public class JsonRAPropertiesResult extends JsonLPObject
| Modifier and Type | Field and Description | 
|---|---|
java.util.Map<java.lang.String,java.lang.String> | 
Properties
The requested properties an their values as  
Map of String to String. | 
java.util.Map<java.lang.String,PropertyDescription> | 
PropertiesDescription
 | 
java.lang.String | 
RequestId
The ID of the properties request on which this message will be the response. 
 | 
java.lang.String | 
ServiceStateReference
The service state reference (entitles for change). 
 | 
ConfigType | 
Type
The general type of properties (e.g. 
 | 
Id, Ontology, Version| Constructor and Description | 
|---|
JsonRAPropertiesResult()
Public default constructor to create instances of this class. 
 | 
toStringpublic java.lang.String RequestId
public ConfigType Type
public java.lang.String ServiceStateReference
public java.util.Map<java.lang.String,java.lang.String> Properties
Map of String to String.public java.util.Map<java.lang.String,PropertyDescription> PropertiesDescription