public class OtherConfigVo extends AlipayObject
| 构造器和说明 |
|---|
OtherConfigVo() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBizType() |
String |
getChargeInst() |
String |
getChargeoffInst() |
String |
getConfigType() |
String |
getContent() |
Date |
getGmtCreate() |
Date |
getGmtModified() |
Long |
getId() |
String |
getStatus() |
String |
getSubBizType() |
void |
setBizType(String bizType) |
void |
setChargeInst(String chargeInst) |
void |
setChargeoffInst(String chargeoffInst) |
void |
setConfigType(String configType) |
void |
setContent(String content) |
void |
setGmtCreate(Date gmtCreate) |
void |
setGmtModified(Date gmtModified) |
void |
setId(Long id) |
void |
setStatus(String status) |
void |
setSubBizType(String subBizType) |
public String getBizType()
public void setBizType(String bizType)
public String getChargeInst()
public void setChargeInst(String chargeInst)
public String getChargeoffInst()
public void setChargeoffInst(String chargeoffInst)
public String getConfigType()
public void setConfigType(String configType)
public String getContent()
public void setContent(String content)
public Date getGmtCreate()
public void setGmtCreate(Date gmtCreate)
public Date getGmtModified()
public void setGmtModified(Date gmtModified)
public Long getId()
public void setId(Long id)
public String getStatus()
public void setStatus(String status)
public String getSubBizType()
public void setSubBizType(String subBizType)
Copyright © 2023. All rights reserved.