public class AlipayMobilePublicLabelAddResponse extends AlipayResponse
Constructor and Description |
---|
AlipayMobilePublicLabelAddResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getCode()
Getter method for property code.
|
Long |
getId()
Gets id.
|
String |
getMsg()
Gets msg.
|
String |
getName()
Gets name.
|
void |
setCode(String code)
Setter method for property code.
|
void |
setId(Long id)
Sets id.
|
void |
setMsg(String msg)
Sets msg.
|
void |
setName(String name)
Sets name.
|
getBody, getErrorCode, getParams, getSubCode, getSubMsg, isSuccess, setBody, setErrorCode, setParams, setSubCode, setSubMsg
public void setCode(String code)
AlipayResponse
setCode
in class AlipayResponse
code
- value to be assigned to property codepublic String getCode()
AlipayResponse
getCode
in class AlipayResponse
public void setId(Long id)
id
- the idpublic Long getId()
public void setMsg(String msg)
AlipayResponse
setMsg
in class AlipayResponse
msg
- the msgpublic String getMsg()
AlipayResponse
getMsg
in class AlipayResponse
public void setName(String name)
name
- the namepublic String getName()
Copyright © 2018. All rights reserved.