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

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

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

/**
 * Profile on the DSLAM
 */
public class OvhDslamLineProfile {
	/**
	 * canBeNull
	 */
	public Boolean isCurrent;

	/**
	 * canBeNull
	 */
	public String name;

	/**
	 * canBeNull
	 */
	public Long id;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy