public class ArticlePicture extends AlipayObject
| Constructor and Description |
|---|
ArticlePicture() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDesc()
Gets desc.
|
String |
getLocation()
Gets location.
|
String |
getName()
Gets name.
|
String |
getType()
Gets type.
|
void |
setDesc(String desc)
Sets desc.
|
void |
setLocation(String location)
Sets location.
|
void |
setName(String name)
Sets name.
|
void |
setType(String type)
Sets type.
|
public String getDesc()
public void setDesc(String desc)
desc - the descpublic String getLocation()
public void setLocation(String location)
location - the locationpublic String getName()
public void setName(String name)
name - the namepublic String getType()
public void setType(String type)
type - the typeCopyright © 2018. All rights reserved.