public class SubscribeMsg extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
CATEGORY_ORDER
订单
|
static Integer |
STATUS_OFF
不可用
|
static Integer |
STATUS_ON
可用
|
| Constructor and Description |
|---|
SubscribeMsg() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAppId() |
Integer |
getCategory() |
Integer |
getCnt() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Long |
getMerchantId() |
Integer |
getStatus() |
String |
getTemplateId() |
Integer |
getType() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
Long |
getUserId() |
void |
setAppId(String appId) |
void |
setCategory(Integer category) |
void |
setCnt(Integer cnt) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setMerchantId(Long merchantId) |
void |
setStatus(Integer status) |
void |
setTemplateId(String templateId) |
void |
setType(Integer type) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setUserId(Long userId) |
String |
toString() |
public static final Integer CATEGORY_ORDER
public static final Integer STATUS_ON
public static final Integer STATUS_OFF
public Long getId()
public void setId(Long id)
public Long getUserId()
public void setUserId(Long userId)
public Integer getCategory()
public void setCategory(Integer category)
public Integer getType()
public void setType(Integer type)
public Long getMerchantId()
public void setMerchantId(Long merchantId)
public Integer getStatus()
public void setStatus(Integer status)
public Integer getCnt()
public void setCnt(Integer cnt)
public String getTemplateId()
public void setTemplateId(String templateId)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
public String getAppId()
public void setAppId(String appId)
Copyright © 2021. All rights reserved.