public class NodeMetricsRequest extends Message<LightningApi.NodeMetricsRequest>
Message,
LightningApi.NodeMetricsRequestbuilder, wrapperFactory| Constructor and Description |
|---|
NodeMetricsRequest()
Empty Constructor
|
NodeMetricsRequest(javax.json.JsonReader jsonReader)
Json Parsing Constructor
|
NodeMetricsRequest(LightningApi.NodeMetricsRequest apiObject)
Constructor using underlying Lightning API Object
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NodeMetricType> |
getTypes()
Getter for types.
|
protected void |
populateRepeatedFields()
Method to be overrided by inherited messages that contains repeatable or mapped fields.
|
void |
setTypes(java.util.List<NodeMetricType> values)
Setter for types.
|
equals, getApiObject, getMessageName, hashCode, toJson, toJsonAsString, toString, validatepublic NodeMetricsRequest()
public NodeMetricsRequest(javax.json.JsonReader jsonReader)
throws javax.json.JsonException
javax.json.JsonException - if problems was found with the supplied JSON data.public NodeMetricsRequest(LightningApi.NodeMetricsRequest apiObject)
public java.util.List<NodeMetricType> getTypes()
public void setTypes(java.util.List<NodeMetricType> values)
protected void populateRepeatedFields()
MessagepopulateRepeatedFields in class Message<LightningApi.NodeMetricsRequest>