public class LifeLabel extends AlipayObject
Constructor and Description |
---|
LifeLabel() |
Modifier and Type | Method and Description |
---|---|
String |
getBiz()
Gets biz.
|
String |
getCategory()
Gets category.
|
String |
getDataType()
Gets data type.
|
String |
getLabelCode()
Gets label code.
|
String |
getLabelId()
Gets label id.
|
String |
getLabelName()
Gets label name.
|
String |
getOperator()
Gets operator.
|
List<Option> |
getOptions()
Gets options.
|
String |
getType()
Gets type.
|
void |
setBiz(String biz)
Sets biz.
|
void |
setCategory(String category)
Sets category.
|
void |
setDataType(String dataType)
Sets data type.
|
void |
setLabelCode(String labelCode)
Sets label code.
|
void |
setLabelId(String labelId)
Sets label id.
|
void |
setLabelName(String labelName)
Sets label name.
|
void |
setOperator(String operator)
Sets operator.
|
void |
setOptions(List<Option> options)
Sets options.
|
void |
setType(String type)
Sets type.
|
public String getBiz()
public void setBiz(String biz)
biz
- the bizpublic String getCategory()
public void setCategory(String category)
category
- the categorypublic String getDataType()
public void setDataType(String dataType)
dataType
- the data typepublic String getLabelCode()
public void setLabelCode(String labelCode)
labelCode
- the label codepublic String getLabelId()
public void setLabelId(String labelId)
labelId
- the label idpublic String getLabelName()
public void setLabelName(String labelName)
labelName
- the label namepublic String getOperator()
public void setOperator(String operator)
operator
- the operatorpublic void setOptions(List<Option> options)
options
- the optionspublic String getType()
public void setType(String type)
type
- the typeCopyright © 2018. All rights reserved.