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

net.minidev.ovh.api.spare.telephony.OvhTelephonySpare Maven / Gradle / Ivy

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

import net.minidev.ovh.api.telephony.OvhProtocolEnum;

/**
 * Spare properties
 */
public class OvhTelephonySpare {
	/**
	 * Phone protocol
	 *
	 * canBeNull && readOnly
	 */
	public OvhProtocolEnum protocol;

	/**
	 * Mac address
	 *
	 * canBeNull && readOnly
	 */
	public String macAddress;

	/**
	 * Phone brand model
	 *
	 * canBeNull && readOnly
	 */
	public String brand;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy