@Validated @Generated(value="io.swagger.codegen.languages.SeiyaSpringCodegen", date="2019-10-03T01:49:11.617+08:00") public class BaseResponseListTaxCodeRecord extends Object
| Constructor and Description |
|---|
BaseResponseListTaxCodeRecord() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static BaseResponseListTaxCodeRecord |
fromString(String json)
Convert the given JSON string to object of class
BaseResponseListTaxCodeRecord. |
String |
getCode()
Get code
|
String |
getMessage()
Get message
|
@Valid List<TaxCodeRecord> |
getResult()
Get result
|
int |
hashCode() |
void |
setCode(String code) |
void |
setMessage(String message) |
void |
setResult(List<TaxCodeRecord> result) |
String |
toString() |
BaseResponseListTaxCodeRecord |
withCode(String code) |
BaseResponseListTaxCodeRecord |
withMessage(String message) |
BaseResponseListTaxCodeRecord |
withResult(List<TaxCodeRecord> result) |
BaseResponseListTaxCodeRecord |
withResultAdd(TaxCodeRecord result) |
public BaseResponseListTaxCodeRecord withCode(String code)
public String getCode()
public void setCode(String code)
public BaseResponseListTaxCodeRecord withMessage(String message)
public String getMessage()
public void setMessage(String message)
public BaseResponseListTaxCodeRecord withResult(List<TaxCodeRecord> result)
public BaseResponseListTaxCodeRecord withResultAdd(TaxCodeRecord result)
@Valid public @Valid List<TaxCodeRecord> getResult()
public void setResult(List<TaxCodeRecord> result)
public static BaseResponseListTaxCodeRecord fromString(String json) throws IOException
BaseResponseListTaxCodeRecord.IOExceptionCopyright © 2019. All rights reserved.