public class PolicyRequest extends Message<Wtclient.PolicyRequest>
Message,
Wtclient.PolicyRequestbuilder, wrapperFactory| Constructor and Description |
|---|
PolicyRequest()
Empty Constructor
|
PolicyRequest(javax.json.JsonReader jsonReader)
Json Parsing Constructor
|
PolicyRequest(Wtclient.PolicyRequest apiObject)
Constructor using underlying Lightning API Object
|
| Modifier and Type | Method and Description |
|---|---|
PolicyType |
getPolicyType()
Getter for policyType.
|
void |
setPolicyType(PolicyType value)
Setter for policyType.
|
equals, getApiObject, getMessageName, hashCode, populateRepeatedFields, toJson, toJsonAsString, toString, validatepublic PolicyRequest()
public PolicyRequest(javax.json.JsonReader jsonReader)
throws javax.json.JsonException
javax.json.JsonException - if problems was found with the supplied JSON data.public PolicyRequest(Wtclient.PolicyRequest apiObject)
public PolicyType getPolicyType()
public void setPolicyType(PolicyType value)