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