public class QueryComplexLabelRule extends AlipayObject
Constructor and Description |
---|
QueryComplexLabelRule() |
Modifier and Type | Method and Description |
---|---|
String |
getLabelId()
Gets label id.
|
String |
getLabelName()
Gets label name.
|
String |
getLabelValue()
Gets label value.
|
String |
getOperator()
Gets operator.
|
void |
setLabelId(String labelId)
Sets label id.
|
void |
setLabelName(String labelName)
Sets label name.
|
void |
setLabelValue(String labelValue)
Sets label value.
|
void |
setOperator(String operator)
Sets operator.
|
public String getLabelId()
public void setLabelId(String labelId)
labelId
- the label idpublic String getLabelName()
public void setLabelName(String labelName)
labelName
- the label namepublic String getLabelValue()
public void setLabelValue(String labelValue)
labelValue
- the label valuepublic String getOperator()
public void setOperator(String operator)
operator
- the operatorCopyright © 2018. All rights reserved.