public class DepartmentLabel extends AlipayObject
| Constructor and Description |
|---|
DepartmentLabel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Gets code.
|
String |
getLabelId()
Gets label id.
|
String |
getName()
Gets name.
|
void |
setCode(String code)
Sets code.
|
void |
setLabelId(String labelId)
Sets label id.
|
void |
setName(String name)
Sets name.
|
public String getCode()
public void setCode(String code)
code - the codepublic String getLabelId()
public void setLabelId(String labelId)
labelId - the label idpublic String getName()
public void setName(String name)
name - the nameCopyright © 2018. All rights reserved.