public class SubscribeTemplate extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
CATEGORY_ORDER
订单
|
| Constructor and Description |
|---|
SubscribeTemplate() |
| Modifier and Type | Method and Description |
|---|---|
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.