public class SubscribeTemplate extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
CATEGORY_ORDER
订单
|
| 构造器和说明 |
|---|
SubscribeTemplate() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAppId() |
Integer |
getCategory() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
String |
getPath() |
String |
getTemplateId() |
Integer |
getType() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setAppId(String appId) |
void |
setCategory(Integer category) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setPath(String path) |
void |
setTemplateId(String templateId) |
void |
setType(Integer type) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final Integer CATEGORY_ORDER
public Long getId()
public void setId(Long id)
public String getAppId()
public void setAppId(String appId)
public Integer getCategory()
public void setCategory(Integer category)
public Integer getType()
public void setType(Integer type)
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 getPath()
public void setPath(String path)
Copyright © 2021. All rights reserved.