public class EquityInfo extends AlipayObject
Constructor and Description |
---|
EquityInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets description.
|
String |
getExtInfo()
Gets ext info.
|
String |
getLogo()
Gets logo.
|
String |
getName()
Gets name.
|
String |
getStatus()
Gets status.
|
String |
getUrl()
Gets url.
|
String |
getValue()
Gets value.
|
void |
setDescription(String description)
Sets description.
|
void |
setExtInfo(String extInfo)
Sets ext info.
|
void |
setLogo(String logo)
Sets logo.
|
void |
setName(String name)
Sets name.
|
void |
setStatus(String status)
Sets status.
|
void |
setUrl(String url)
Sets url.
|
void |
setValue(String value)
Sets value.
|
public String getDescription()
public void setDescription(String description)
description
- the descriptionpublic String getExtInfo()
public void setExtInfo(String extInfo)
extInfo
- the ext infopublic String getLogo()
public void setLogo(String logo)
logo
- the logopublic String getName()
public void setName(String name)
name
- the namepublic String getStatus()
public void setStatus(String status)
status
- the statuspublic String getUrl()
public void setUrl(String url)
url
- the urlpublic String getValue()
public void setValue(String value)
value
- the valueCopyright © 2018. All rights reserved.