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

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

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

/**
 * The line infos
 */
public class OvhLineInfos {
	/**
	 * The line status, if endpoint is number
	 *
	 * canBeNull
	 */
	public OvhLandlineStatusEnum lineStatus;

	/**
	 * Weither we are in create neighbor case or not
	 *
	 * canBeNull
	 */
	public Boolean createNeighbour;

	/**
	 * Is the number unlisted ?
	 *
	 * canBeNull
	 */
	public Boolean unlistedNumber;

	/**
	 * The line number, if endpoint is number
	 *
	 * canBeNull
	 */
	public String lineNumber;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy