net.minidev.ovh.api.xdsl.eligibility.OvhLineInfos Maven / Gradle / Ivy
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 - 2025 Weber Informatics LLC | Privacy Policy