@Generated(value="com.coupang.client.generator.CoupangCustomCodeGenerator", date="2022-01-07T15:32:33.824+09:00") public class RemoteInfoDto extends Object
Constructor and Description |
---|
RemoteInfoDto() |
Modifier and Type | Method and Description |
---|---|
RemoteInfoDto |
deliveryCode(String deliveryCode) |
boolean |
equals(Object o) |
String |
getDeliveryCode()
Get deliveryCode
|
Integer |
getJeju()
Get jeju
|
Integer |
getNotJeju()
Get notJeju
|
Long |
getRemoteInfoId()
Get remoteInfoId
|
Boolean |
getUsable()
Get usable
|
int |
hashCode() |
RemoteInfoDto |
jeju(Integer jeju) |
RemoteInfoDto |
notJeju(Integer notJeju) |
RemoteInfoDto |
remoteInfoId(Long remoteInfoId) |
void |
setDeliveryCode(String deliveryCode) |
void |
setJeju(Integer jeju) |
void |
setNotJeju(Integer notJeju) |
void |
setRemoteInfoId(Long remoteInfoId) |
void |
setUsable(Boolean usable) |
String |
toString() |
RemoteInfoDto |
usable(Boolean usable) |
public RemoteInfoDto deliveryCode(String deliveryCode)
public String getDeliveryCode()
public void setDeliveryCode(String deliveryCode)
public RemoteInfoDto jeju(Integer jeju)
public Integer getJeju()
public void setJeju(Integer jeju)
public RemoteInfoDto notJeju(Integer notJeju)
public Integer getNotJeju()
public void setNotJeju(Integer notJeju)
public RemoteInfoDto remoteInfoId(Long remoteInfoId)
public Long getRemoteInfoId()
public void setRemoteInfoId(Long remoteInfoId)
public RemoteInfoDto usable(Boolean usable)
public Boolean getUsable()
public void setUsable(Boolean usable)
Copyright © 2022. All rights reserved.