public class LabelRule extends AlipayObject
| Constructor and Description |
|---|
LabelRule() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabelId()
Gets label id.
|
String |
getLabelValue()
Gets label value.
|
String |
getOperator()
Gets operator.
|
void |
setLabelId(String labelId)
Sets label id.
|
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 getLabelValue()
public void setLabelValue(String labelValue)
labelValue - the label valuepublic String getOperator()
public void setOperator(String operator)
operator - the operatorCopyright © 2018. All rights reserved.