public class AuditingKeywordResult extends Object
Constructor and Description |
---|
AuditingKeywordResult() |
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
String |
getContent() |
String |
getErrMsg() |
String |
getKeywordID() |
String |
getLabel() |
String |
getRemark() |
void |
setCode(String code) |
void |
setContent(String content) |
void |
setErrMsg(String errMsg) |
void |
setKeywordID(String keywordID) |
void |
setLabel(String label) |
void |
setRemark(String remark) |
public String getCode()
public void setCode(String code)
public String getErrMsg()
public void setErrMsg(String errMsg)
public String getKeywordID()
public void setKeywordID(String keywordID)
public String getContent()
public void setContent(String content)
public String getLabel()
public void setLabel(String label)
public String getRemark()
public void setRemark(String remark)
Copyright © 2024. All rights reserved.