public class AlipaySocialBaseSceneContentQueryModel extends AlipayObject
Constructor and Description |
---|
AlipaySocialBaseSceneContentQueryModel() |
Modifier and Type | Method and Description |
---|---|
String |
getCityId()
Gets city id.
|
String |
getSceneId()
Gets scene id.
|
Long |
getTopSize()
Gets top size.
|
String |
getUserId()
Gets user id.
|
void |
setCityId(String cityId)
Sets city id.
|
void |
setSceneId(String sceneId)
Sets scene id.
|
void |
setTopSize(Long topSize)
Sets top size.
|
void |
setUserId(String userId)
Sets user id.
|
public AlipaySocialBaseSceneContentQueryModel()
public String getCityId()
public void setCityId(String cityId)
cityId
- the city idpublic String getSceneId()
public void setSceneId(String sceneId)
sceneId
- the scene idpublic Long getTopSize()
public void setTopSize(Long topSize)
topSize
- the top sizepublic String getUserId()
public void setUserId(String userId)
userId
- the user idCopyright © 2018. All rights reserved.