public class ConciergeQueryRequest extends Object
Constructor and Description |
---|
ConciergeQueryRequest() |
Modifier and Type | Method and Description |
---|---|
ConciergeQueryRequest |
accountManagementRepCountry(String accountManagementRepCountry) |
ConciergeQueryRequest |
contractCountry(String contractCountry) |
boolean |
equals(Object o) |
String |
getAccountManagementRepCountry() |
String |
getContractCountry() |
String |
getPlanId() |
String |
getRegion() |
String |
getShippingCountry() |
int |
hashCode() |
ConciergeQueryRequest |
planId(String planId) |
ConciergeQueryRequest |
region(String region) |
void |
setAccountManagementRepCountry(String accountManagementRepCountry) |
void |
setContractCountry(String contractCountry) |
void |
setPlanId(String planId) |
void |
setRegion(String region) |
void |
setShippingCountry(String shippingCountry) |
ConciergeQueryRequest |
shippingCountry(String shippingCountry) |
String |
toString() |
public ConciergeQueryRequest accountManagementRepCountry(String accountManagementRepCountry)
public String getAccountManagementRepCountry()
public void setAccountManagementRepCountry(String accountManagementRepCountry)
public ConciergeQueryRequest contractCountry(String contractCountry)
public String getContractCountry()
public void setContractCountry(String contractCountry)
public ConciergeQueryRequest planId(String planId)
public String getPlanId()
public void setPlanId(String planId)
public ConciergeQueryRequest region(String region)
public String getRegion()
public void setRegion(String region)
public ConciergeQueryRequest shippingCountry(String shippingCountry)
public String getShippingCountry()
public void setShippingCountry(String shippingCountry)
Copyright © 2021. All rights reserved.