public class RouteHint extends Message<LightningApi.RouteHint>
Message,
LightningApi.RouteHintbuilder, wrapperFactory| Constructor and Description |
|---|
RouteHint()
Empty Constructor
|
RouteHint(javax.json.JsonReader jsonReader)
Json Parsing Constructor
|
RouteHint(LightningApi.RouteHint apiObject)
Constructor using underlying Lightning API Object
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<HopHint> |
getHopHints()
Getter for a list of hopHints.
|
protected void |
populateRepeatedFields()
Method to be overrided by inherited messages that contains repeatable or mapped fields.
|
void |
setHopHints(java.util.List<HopHint> valueList)
Setter for list of hopHints.
|
equals, getApiObject, getMessageName, hashCode, toJson, toJsonAsString, toString, validatepublic RouteHint()
public RouteHint(javax.json.JsonReader jsonReader)
throws javax.json.JsonException
javax.json.JsonException - if problems was found with the supplied JSON data.public RouteHint(LightningApi.RouteHint apiObject)
public java.util.List<HopHint> getHopHints() throws ClientSideException
ClientSideException - if problems occurred constructing the wrapped object.public void setHopHints(java.util.List<HopHint> valueList)
protected void populateRepeatedFields()
MessagepopulateRepeatedFields in class Message<LightningApi.RouteHint>