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

net.minidev.ovh.api.xdsl.linediagnostic.OvhPossibleValue Maven / Gradle / Ivy

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

/**
 * possible value for specific answer
 */
public class OvhPossibleValue {
	/**
	 * answer id
	 *
	 * canBeNull
	 */
	public Long id;

	/**
	 * answer choice string
	 *
	 * canBeNull
	 */
	public String label;

	/**
	 * answer choice value
	 *
	 * canBeNull
	 */
	public String value;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy