public class SetID extends Message<LightningApi.SetID>
Message,
LightningApi.SetIDbuilder, wrapperFactory| Constructor and Description |
|---|
SetID()
Empty Constructor
|
SetID(javax.json.JsonReader jsonReader)
Json Parsing Constructor
|
SetID(LightningApi.SetID apiObject)
Constructor using underlying Lightning API Object
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getSetId()
Getter for setId.
|
void |
setSetId(byte[] value)
Setter for setId.
|
equals, getApiObject, getMessageName, hashCode, populateRepeatedFields, toJson, toJsonAsString, toString, validatepublic SetID()
public SetID(javax.json.JsonReader jsonReader)
throws javax.json.JsonException
javax.json.JsonException - if problems was found with the supplied JSON data.public SetID(LightningApi.SetID apiObject)