public class SubscribeMsg extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
CATEGORY_ORDER
订单
|
static Integer |
STATUS_OFF
不可用
|
static Integer |
STATUS_ON
可用
|
| 构造器和说明 |
|---|
SubscribeMsg() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAppId() |
Integer |
getCategory() |
Integer |
getCnt() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Long |
getMerchantId() |
String |
getPageParam() |
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 |
setPageParam(String pageParam) |
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 String getPageParam()
public void setPageParam(String pageParam)
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 © 2022. All rights reserved.