public class InvolvedEntity extends AlipayObject
Constructor and Description |
---|
InvolvedEntity() |
Modifier and Type | Method and Description |
---|---|
String |
getCode()
Gets code.
|
String |
getCodeType()
Gets code type.
|
String |
getName()
Gets name.
|
String |
getType()
Gets type.
|
void |
setCode(String code)
Sets code.
|
void |
setCodeType(String codeType)
Sets code type.
|
void |
setName(String name)
Sets name.
|
void |
setType(String type)
Sets type.
|
public String getCode()
public void setCode(String code)
code
- the codepublic String getCodeType()
public void setCodeType(String codeType)
codeType
- the code typepublic String getName()
public void setName(String name)
name
- the namepublic String getType()
public void setType(String type)
type
- the typeCopyright © 2018. All rights reserved.