public class PassInstanceDetail extends AlipayObject
Constructor and Description |
---|
PassInstanceDetail() |
Modifier and Type | Method and Description |
---|---|
List<BizParamKeyValue> |
getBizParamList()
Gets biz param list.
|
String |
getChannelId()
Gets channel id.
|
String |
getCreateTime()
Gets create time.
|
String |
getEndDate()
Gets end date.
|
Boolean |
getIsDeleted()
Gets is deleted.
|
String |
getLogo()
Gets logo.
|
String |
getLogoText()
Gets logo text.
|
String |
getModifyTime()
Gets modify time.
|
String |
getPassId()
Gets pass id.
|
String |
getProduct()
Gets product.
|
String |
getSerialNumber()
Gets serial number.
|
String |
getStartDate()
Gets start date.
|
String |
getStatus()
Gets status.
|
String |
getStrip()
Gets strip.
|
String |
getTplId()
Gets tpl id.
|
String |
getType()
Gets type.
|
String |
getUserId()
Gets user id.
|
void |
setBizParamList(List<BizParamKeyValue> bizParamList)
Sets biz param list.
|
void |
setChannelId(String channelId)
Sets channel id.
|
void |
setCreateTime(String createTime)
Sets create time.
|
void |
setEndDate(String endDate)
Sets end date.
|
void |
setIsDeleted(Boolean isDeleted)
Sets is deleted.
|
void |
setLogo(String logo)
Sets logo.
|
void |
setLogoText(String logoText)
Sets logo text.
|
void |
setModifyTime(String modifyTime)
Sets modify time.
|
void |
setPassId(String passId)
Sets pass id.
|
void |
setProduct(String product)
Sets product.
|
void |
setSerialNumber(String serialNumber)
Sets serial number.
|
void |
setStartDate(String startDate)
Sets start date.
|
void |
setStatus(String status)
Sets status.
|
void |
setStrip(String strip)
Sets strip.
|
void |
setTplId(String tplId)
Sets tpl id.
|
void |
setType(String type)
Sets type.
|
void |
setUserId(String userId)
Sets user id.
|
public List<BizParamKeyValue> getBizParamList()
public void setBizParamList(List<BizParamKeyValue> bizParamList)
bizParamList
- the biz param listpublic String getChannelId()
public void setChannelId(String channelId)
channelId
- the channel idpublic String getCreateTime()
public void setCreateTime(String createTime)
createTime
- the create timepublic String getEndDate()
public void setEndDate(String endDate)
endDate
- the end datepublic Boolean getIsDeleted()
public void setIsDeleted(Boolean isDeleted)
isDeleted
- the is deletedpublic String getLogo()
public void setLogo(String logo)
logo
- the logopublic String getLogoText()
public void setLogoText(String logoText)
logoText
- the logo textpublic String getModifyTime()
public void setModifyTime(String modifyTime)
modifyTime
- the modify timepublic String getPassId()
public void setPassId(String passId)
passId
- the pass idpublic String getProduct()
public void setProduct(String product)
product
- the productpublic String getSerialNumber()
public void setSerialNumber(String serialNumber)
serialNumber
- the serial numberpublic String getStartDate()
public void setStartDate(String startDate)
startDate
- the start datepublic String getStatus()
public void setStatus(String status)
status
- the statuspublic String getStrip()
public void setStrip(String strip)
strip
- the strippublic String getTplId()
public void setTplId(String tplId)
tplId
- the tpl idpublic String getType()
public void setType(String type)
type
- the typepublic String getUserId()
public void setUserId(String userId)
userId
- the user idCopyright © 2018. All rights reserved.