public class UpdateFeatureAction extends Message<PeersOuterClass.UpdateFeatureAction>
Message,
PeersOuterClass.UpdateFeatureActionbuilder, wrapperFactory| Constructor and Description |
|---|
UpdateFeatureAction()
Empty Constructor
|
UpdateFeatureAction(javax.json.JsonReader jsonReader)
Json Parsing Constructor
|
UpdateFeatureAction(PeersOuterClass.UpdateFeatureAction apiObject)
Constructor using underlying Lightning API Object
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAction |
getAction()
Getter for action.
|
FeatureBit |
getFeatureBit()
Getter for featureBit.
|
void |
setAction(UpdateAction value)
Setter for action.
|
void |
setFeatureBit(FeatureBit value)
Setter for featureBit.
|
equals, getApiObject, getMessageName, hashCode, populateRepeatedFields, toJson, toJsonAsString, toString, validatepublic UpdateFeatureAction()
public UpdateFeatureAction(javax.json.JsonReader jsonReader)
throws javax.json.JsonException
javax.json.JsonException - if problems was found with the supplied JSON data.public UpdateFeatureAction(PeersOuterClass.UpdateFeatureAction apiObject)
public UpdateAction getAction()
public void setAction(UpdateAction value)
public FeatureBit getFeatureBit()
public void setFeatureBit(FeatureBit value)