@Generated(value="com.coupang.client.generator.CoupangCustomCodeGenerator", date="2022-01-07T15:32:33.824+09:00") public class ApiResponseDtoOfListOfGoodsFeeCorrectionOutputDto extends Object
Constructor and Description |
---|
ApiResponseDtoOfListOfGoodsFeeCorrectionOutputDto() |
Modifier and Type | Method and Description |
---|---|
ApiResponseDtoOfListOfGoodsFeeCorrectionOutputDto |
addDataItem(GoodsFeeCorrectionOutputDto dataItem) |
ApiResponseDtoOfListOfGoodsFeeCorrectionOutputDto |
code(Integer code) |
ApiResponseDtoOfListOfGoodsFeeCorrectionOutputDto |
data(List<GoodsFeeCorrectionOutputDto> data) |
boolean |
equals(Object o) |
Integer |
getCode()
Get code
|
List<GoodsFeeCorrectionOutputDto> |
getData()
Get data
|
Boolean |
getHasNext()
Get hasNext
|
String |
getMessage()
Get message
|
Long |
getNextToken()
Get nextToken
|
int |
hashCode() |
ApiResponseDtoOfListOfGoodsFeeCorrectionOutputDto |
hasNext(Boolean hasNext) |
ApiResponseDtoOfListOfGoodsFeeCorrectionOutputDto |
message(String message) |
ApiResponseDtoOfListOfGoodsFeeCorrectionOutputDto |
nextToken(Long nextToken) |
void |
setCode(Integer code) |
void |
setData(List<GoodsFeeCorrectionOutputDto> data) |
void |
setHasNext(Boolean hasNext) |
void |
setMessage(String message) |
void |
setNextToken(Long nextToken) |
String |
toString() |
public ApiResponseDtoOfListOfGoodsFeeCorrectionOutputDto()
public ApiResponseDtoOfListOfGoodsFeeCorrectionOutputDto code(Integer code)
public Integer getCode()
public void setCode(Integer code)
public ApiResponseDtoOfListOfGoodsFeeCorrectionOutputDto data(List<GoodsFeeCorrectionOutputDto> data)
public ApiResponseDtoOfListOfGoodsFeeCorrectionOutputDto addDataItem(GoodsFeeCorrectionOutputDto dataItem)
public List<GoodsFeeCorrectionOutputDto> getData()
public void setData(List<GoodsFeeCorrectionOutputDto> data)
public ApiResponseDtoOfListOfGoodsFeeCorrectionOutputDto hasNext(Boolean hasNext)
public Boolean getHasNext()
public void setHasNext(Boolean hasNext)
public ApiResponseDtoOfListOfGoodsFeeCorrectionOutputDto message(String message)
public String getMessage()
public void setMessage(String message)
public ApiResponseDtoOfListOfGoodsFeeCorrectionOutputDto nextToken(Long nextToken)
public Long getNextToken()
public void setNextToken(Long nextToken)
Copyright © 2022. All rights reserved.