public class TrademarkParamsRelation extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static int |
IS_DISABLED |
static int |
IS_ENABLED |
static String |
PLATFORM_BAIDU |
static String |
PLATFORM_ELE |
static String |
PLATFORM_MEITUAN |
| Constructor and Description |
|---|
TrademarkParamsRelation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAppid() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Integer |
getIsEnabled() |
String |
getPlatform() |
String |
getSecret() |
Long |
getTrademarkId() |
String |
getTrademarkNum() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setAppid(String appid) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setIsEnabled(Integer isEnabled) |
void |
setPlatform(String platform) |
void |
setSecret(String secret) |
void |
setTrademarkId(Long trademarkId) |
void |
setTrademarkNum(String trademarkNum) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final int IS_ENABLED
public static final int IS_DISABLED
public static final String PLATFORM_MEITUAN
public static final String PLATFORM_BAIDU
public static final String PLATFORM_ELE
public Long getId()
public void setId(Long id)
public Long getTrademarkId()
public void setTrademarkId(Long trademarkId)
public String getTrademarkNum()
public void setTrademarkNum(String trademarkNum)
public Integer getIsEnabled()
public void setIsEnabled(Integer isEnabled)
public String getPlatform()
public void setPlatform(String platform)
public String getAppid()
public void setAppid(String appid)
public String getSecret()
public void setSecret(String secret)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateAt()
public void setCreateAt(Long createAt)
Copyright © 2017. All rights reserved.