public class CampusGetRenterResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
bindRenterCorpId |
Long |
bindTime |
String |
creditCode |
Long |
endTime |
String |
extend |
String |
name |
Long |
renterDeptId |
Long |
startTime |
Integer |
state |
| 构造器和说明 |
|---|
CampusGetRenterResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CampusGetRenterResponseBody |
build(Map<String,?> map) |
String |
getBindRenterCorpId() |
Long |
getBindTime() |
String |
getCreditCode() |
Long |
getEndTime() |
String |
getExtend() |
String |
getName() |
Long |
getRenterDeptId() |
Long |
getStartTime() |
Integer |
getState() |
CampusGetRenterResponseBody |
setBindRenterCorpId(String bindRenterCorpId) |
CampusGetRenterResponseBody |
setBindTime(Long bindTime) |
CampusGetRenterResponseBody |
setCreditCode(String creditCode) |
CampusGetRenterResponseBody |
setEndTime(Long endTime) |
CampusGetRenterResponseBody |
setExtend(String extend) |
CampusGetRenterResponseBody |
setName(String name) |
CampusGetRenterResponseBody |
setRenterDeptId(Long renterDeptId) |
CampusGetRenterResponseBody |
setStartTime(Long startTime) |
CampusGetRenterResponseBody |
setState(Integer state) |
@NameInMap(value="bindRenterCorpId") public String bindRenterCorpId
@NameInMap(value="bindTime") public Long bindTime
@NameInMap(value="creditCode") public String creditCode
@NameInMap(value="endTime") public Long endTime
@NameInMap(value="extend") public String extend
@NameInMap(value="name") public String name
@NameInMap(value="renterDeptId") public Long renterDeptId
@NameInMap(value="startTime") public Long startTime
@NameInMap(value="state") public Integer state
public static CampusGetRenterResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic CampusGetRenterResponseBody setBindRenterCorpId(String bindRenterCorpId)
public String getBindRenterCorpId()
public CampusGetRenterResponseBody setBindTime(Long bindTime)
public Long getBindTime()
public CampusGetRenterResponseBody setCreditCode(String creditCode)
public String getCreditCode()
public CampusGetRenterResponseBody setEndTime(Long endTime)
public Long getEndTime()
public CampusGetRenterResponseBody setExtend(String extend)
public String getExtend()
public CampusGetRenterResponseBody setName(String name)
public String getName()
public CampusGetRenterResponseBody setRenterDeptId(Long renterDeptId)
public Long getRenterDeptId()
public CampusGetRenterResponseBody setStartTime(Long startTime)
public Long getStartTime()
public CampusGetRenterResponseBody setState(Integer state)
public Integer getState()
Copyright © 2022. All rights reserved.