UniPRT SDK  v1.0.0.0
com.UniPRT.Sdk.Json.Setting Class Reference

Holds metadata associated with a setting and properties associated with a setting. More...

Public Member Functions

String toString ()
 
String ToString ()
 

Public Attributes

String Type
 
String Permission
 
String Value
 
BigDecimal Minimum
 
BigDecimal Maximum
 
BigDecimal Increment
 
List< String > Options
 For "Enum" type only. List of valid values. More...
 

Detailed Description

Holds metadata associated with a setting and properties associated with a setting.

Sometimes it's not enough to know the value of a setting and other information/metadata is needed about the setting.
For example, it would be helpful to know that a setting is read only to avoid trying to write and modify its value.

Member Function Documentation

◆ toString()

String com.UniPRT.Sdk.Json.Setting.toString ( )

◆ ToString()

String com.UniPRT.Sdk.Json.Setting.ToString ( )

Member Data Documentation

◆ Increment

BigDecimal com.UniPRT.Sdk.Json.Setting.Increment

◆ Maximum

BigDecimal com.UniPRT.Sdk.Json.Setting.Maximum

◆ Minimum

BigDecimal com.UniPRT.Sdk.Json.Setting.Minimum

◆ Options

List<String> com.UniPRT.Sdk.Json.Setting.Options

For "Enum" type only. List of valid values.

◆ Permission

String com.UniPRT.Sdk.Json.Setting.Permission

◆ Type

String com.UniPRT.Sdk.Json.Setting.Type

◆ Value

String com.UniPRT.Sdk.Json.Setting.Value

The documentation for this class was generated from the following file: