All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.minidev.ovh.api.xdsl.eligibility.OvhBuilding Maven / Gradle / Ivy

The newest version!
package net.minidev.ovh.api.xdsl.eligibility;

/**
 * Details of a Building
 */
public class OvhBuilding {
	/**
	 * Identifier which refer to a building uniquely
	 *
	 * canBeNull
	 */
	public String reference;

	/**
	 * Building name
	 *
	 * canBeNull
	 */
	public String name;

	/**
	 * Building NRO (Optical main distribution frame)
	 *
	 * canBeNull
	 */
	public String nro;

	/**
	 * Building type
	 *
	 * canBeNull
	 */
	public OvhBuildingTypeEnum type;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy