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

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

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

/**
 * Describe general information of a Modem
 */
public class OvhModemInfo {
	/**
	 * Hardware information
	 *
	 * canBeNull
	 */
	public OvhDeviceModemInfo device;

	/**
	 * Modem Connection information
	 *
	 * canBeNull
	 */
	public OvhStatsModemInfo statistics;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy