net.minidev.ovh.api.xdsl.OvhDslamLineProfile Maven / Gradle / Ivy
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;
}