public class CmMetaData extends Object implements Serializable
| Constructor and Description |
|---|
CmMetaData() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Long |
getId()
自增id
|
String |
getKeywords()
关键词,多个逗号隔开
|
String |
getRelatedId()
关联ID
|
Integer |
getRelatedIdType()
关联ID的类型
|
int |
hashCode() |
void |
setId(Long id)
自增id
|
void |
setKeywords(String keywords)
关键词,多个逗号隔开
|
void |
setRelatedId(String relatedId)
关联ID
|
void |
setRelatedIdType(Integer relatedIdType)
关联ID的类型
|
String |
toString() |
public Long getId()
public Integer getRelatedIdType()
public String getRelatedId()
public String getKeywords()
public void setId(Long id)
public void setRelatedIdType(Integer relatedIdType)
public void setRelatedId(String relatedId)
public void setKeywords(String keywords)
protected boolean canEqual(Object other)
Copyright © 2025. All rights reserved.