public class AlipayOpenPublicLabelUserCreateModel extends AlipayObject
| Constructor and Description |
|---|
AlipayOpenPublicLabelUserCreateModel() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getLabelId()
Gets label id.
|
String |
getUserId()
Gets user id.
|
void |
setLabelId(Long labelId)
Sets label id.
|
void |
setUserId(String userId)
Sets user id.
|
public AlipayOpenPublicLabelUserCreateModel()
public Long getLabelId()
public void setLabelId(Long labelId)
labelId - the label idpublic String getUserId()
public void setUserId(String userId)
userId - the user idCopyright © 2018. All rights reserved.