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

net.minidev.ovh.api.xdsl.OvhLandlineConcentrationPoint Maven / Gradle / Ivy

There is a newer version: 1.0.17
Show newest version
package net.minidev.ovh.api.xdsl;

/**
 * Infos about a Landline at the concentration point
 */
public class OvhLandlineConcentrationPoint {
	/**
	 * Identifier of the pair at the lineHead's lineInitialSection
	 *
	 * canBeNull
	 */
	public Long lineInitialSectionPair;

	/**
	 * Identifier of the section at the lineHead
	 *
	 * canBeNull
	 */
	public Long lineInitialSection;

	/**
	 * Identifier of the head of the cable from the MDF
	 *
	 * canBeNull
	 */
	public String lineHead;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy