public class JsonRAPropertiesChange extends JsonLPObject
Modifier and Type | Field and Description |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
Properties
The properties which shall be changed as
Map of String (property) to String (new value). |
java.lang.String |
ServiceStateReference
The service state reference (entitles for change).
|
ConfigType |
Type
The general typ of propertie (e.g.
|
Id, Ontology, Version
Constructor and Description |
---|
JsonRAPropertiesChange()
Public default constructor to create instances of this class.
|
toString
public ConfigType Type
public java.lang.String ServiceStateReference
public java.util.Map<java.lang.String,java.lang.String> Properties
Map
of String
(property) to String
(new value).