@Generated(value="Generated by https://konfigthis.com") public class InstallmentPlanUpdateResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InstallmentPlanUpdateResponse.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_INSTALLMENT_PLAN_NUMBER |
static String |
SERIALIZED_NAME_REF_ORDER_NUMBER |
static String |
SERIALIZED_NAME_SHIPPING_STATUS |
static String |
SERIALIZED_NAME_STATUS |
| Constructor and Description |
|---|
InstallmentPlanUpdateResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static InstallmentPlanUpdateResponse |
fromJson(String jsonString)
Create an instance of InstallmentPlanUpdateResponse given an JSON string
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getInstallmentPlanNumber()
Get installmentPlanNumber
|
String |
getRefOrderNumber()
Get refOrderNumber
|
ShippingStatus |
getShippingStatus()
Get shippingStatus
|
PlanStatus |
getStatus()
Get status
|
int |
hashCode() |
InstallmentPlanUpdateResponse |
installmentPlanNumber(String installmentPlanNumber) |
InstallmentPlanUpdateResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
InstallmentPlanUpdateResponse |
refOrderNumber(String refOrderNumber) |
void |
setInstallmentPlanNumber(String installmentPlanNumber) |
void |
setRefOrderNumber(String refOrderNumber) |
void |
setShippingStatus(ShippingStatus shippingStatus) |
void |
setStatus(PlanStatus status) |
InstallmentPlanUpdateResponse |
shippingStatus(ShippingStatus shippingStatus) |
InstallmentPlanUpdateResponse |
status(PlanStatus status) |
String |
toJson()
Convert an instance of InstallmentPlanUpdateResponse to an JSON string
|
String |
toString() |
static void |
validateJsonObject(com.google.gson.JsonObject jsonObj)
Validates the JSON Object and throws an exception if issues found
|
public static final String SERIALIZED_NAME_REF_ORDER_NUMBER
public static final String SERIALIZED_NAME_INSTALLMENT_PLAN_NUMBER
public static final String SERIALIZED_NAME_STATUS
public static final String SERIALIZED_NAME_SHIPPING_STATUS
public InstallmentPlanUpdateResponse refOrderNumber(String refOrderNumber)
@Nullable public String getRefOrderNumber()
public void setRefOrderNumber(String refOrderNumber)
public InstallmentPlanUpdateResponse installmentPlanNumber(String installmentPlanNumber)
@Nullable public String getInstallmentPlanNumber()
public void setInstallmentPlanNumber(String installmentPlanNumber)
public InstallmentPlanUpdateResponse status(PlanStatus status)
@Nonnull public PlanStatus getStatus()
public void setStatus(PlanStatus status)
public InstallmentPlanUpdateResponse shippingStatus(ShippingStatus shippingStatus)
@Nonnull public ShippingStatus getShippingStatus()
public void setShippingStatus(ShippingStatus shippingStatus)
public InstallmentPlanUpdateResponse putAdditionalProperty(String key, Object value)
key - name of the propertyvalue - value of the propertypublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - name of the propertypublic static void validateJsonObject(com.google.gson.JsonObject jsonObj)
throws IOException
jsonObj - JSON ObjectIOException - if the JSON Object is invalid with respect to InstallmentPlanUpdateResponsepublic static InstallmentPlanUpdateResponse fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to InstallmentPlanUpdateResponsepublic String toJson()
Copyright © 2023. All rights reserved.