public class AlipayUserPicture extends AlipayObject
Constructor and Description |
---|
AlipayUserPicture() |
Modifier and Type | Method and Description |
---|---|
String |
getPictureType()
Gets picture type.
|
String |
getPictureUrl()
Gets picture url.
|
void |
setPictureType(String pictureType)
Sets picture type.
|
void |
setPictureUrl(String pictureUrl)
Sets picture url.
|
public String getPictureType()
public void setPictureType(String pictureType)
pictureType
- the picture typepublic String getPictureUrl()
public void setPictureUrl(String pictureUrl)
pictureUrl
- the picture urlCopyright © 2018. All rights reserved.