net.minidev.ovh.api.xdsl.linediagnostic.OvhPossibleValue Maven / Gradle / Ivy
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 - 2025 Weber Informatics LLC | Privacy Policy