public class RecommendMethod extends Object
| 构造器和说明 |
|---|
RecommendMethod() |
| 限定符和类型 | 方法和说明 |
|---|---|
RecommendMethod |
addSubMethodOperatorsItem(String subMethodOperatorsItem) |
RecommendMethod |
addSubMethodsItem(SubMethod subMethodsItem) |
boolean |
equals(Object o) |
String |
getMethodDescription()
Get methodDescription
|
Long |
getMethodId()
Get methodId
|
String |
getMethodName()
Get methodName
|
List<String> |
getSubMethodOperators()
Get subMethodOperators
|
List<SubMethod> |
getSubMethods()
Get subMethods
|
int |
hashCode() |
RecommendMethod |
methodDescription(String methodDescription) |
RecommendMethod |
methodId(Long methodId) |
RecommendMethod |
methodName(String methodName) |
void |
setMethodDescription(String methodDescription) |
void |
setMethodId(Long methodId) |
void |
setMethodName(String methodName) |
void |
setSubMethodOperators(List<String> subMethodOperators) |
void |
setSubMethods(List<SubMethod> subMethods) |
RecommendMethod |
subMethodOperators(List<String> subMethodOperators) |
RecommendMethod |
subMethods(List<SubMethod> subMethods) |
String |
toString() |
public RecommendMethod methodId(Long methodId)
public Long getMethodId()
public void setMethodId(Long methodId)
public RecommendMethod methodName(String methodName)
public String getMethodName()
public void setMethodName(String methodName)
public RecommendMethod methodDescription(String methodDescription)
public String getMethodDescription()
public void setMethodDescription(String methodDescription)
public RecommendMethod subMethodOperators(List<String> subMethodOperators)
public RecommendMethod addSubMethodOperatorsItem(String subMethodOperatorsItem)
public List<String> getSubMethodOperators()
public RecommendMethod subMethods(List<SubMethod> subMethods)
public RecommendMethod addSubMethodsItem(SubMethod subMethodsItem)
Copyright © 2020. All rights reserved.