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

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

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

/**
 * A line section calibration detail
 */
public class OvhLineSectionCalibration {
	/**
	 * The section diameter in millimeters
	 *
	 * canBeNull
	 */
	public Long diameter;

	/**
	 * The section length in meters
	 *
	 * canBeNull
	 */
	public Long length;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy