@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-08-11T11:40:26.060Z[GMT]") public class RemotePutInHistoryResponse extends BasicApiResponse
| Constructor and Description |
|---|
RemotePutInHistoryResponse() |
| Modifier and Type | Method and Description |
|---|---|
RemotePutInHistoryResponse |
endtime(String endtime) |
boolean |
equals(Object o) |
String |
getEndtime()
取走时间 (没取的话没这个key)
|
String |
getGridno()
完整格号
|
String |
getLocation()
柜子地址
|
String |
getSeqid()
流水号
|
String |
getShowgridno()
格号,用于显示给客户
|
String |
getStarttime()
存入时间
|
Integer |
getStatus()
1已存入柜子;2用户取走;3快递员取出;4系统复原
|
RemotePutInHistoryResponse |
gridno(String gridno) |
int |
hashCode() |
RemotePutInHistoryResponse |
location(String location) |
RemotePutInHistoryResponse |
seqid(String seqid) |
void |
setEndtime(String endtime) |
void |
setGridno(String gridno) |
void |
setLocation(String location) |
void |
setSeqid(String seqid) |
void |
setShowgridno(String showgridno) |
void |
setStarttime(String starttime) |
void |
setStatus(Integer status) |
RemotePutInHistoryResponse |
showgridno(String showgridno) |
RemotePutInHistoryResponse |
starttime(String starttime) |
RemotePutInHistoryResponse |
status(Integer status) |
String |
toString() |
getR, r, setRpublic RemotePutInHistoryResponse gridno(String gridno)
public String getGridno()
public void setGridno(String gridno)
public RemotePutInHistoryResponse showgridno(String showgridno)
public String getShowgridno()
public void setShowgridno(String showgridno)
public RemotePutInHistoryResponse seqid(String seqid)
public String getSeqid()
public void setSeqid(String seqid)
public RemotePutInHistoryResponse location(String location)
public String getLocation()
public void setLocation(String location)
public RemotePutInHistoryResponse starttime(String starttime)
public String getStarttime()
public void setStarttime(String starttime)
public RemotePutInHistoryResponse endtime(String endtime)
public String getEndtime()
public void setEndtime(String endtime)
public RemotePutInHistoryResponse status(Integer status)
public Integer getStatus()
public void setStatus(Integer status)
public boolean equals(Object o)
equals in class BasicApiResponsepublic int hashCode()
hashCode in class BasicApiResponsepublic String toString()
toString in class BasicApiResponseCopyright © 2020. All rights reserved.