public class PhotoResponse extends Object implements Serializable
Constructor and Description |
---|
PhotoResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
String |
getPhotoUrl() |
boolean |
isSuccess() |
void |
setId(String id) |
void |
setPhotoUrl(String photoUrl) |
void |
setSuccess(boolean success) |
public String getId()
public void setId(String id)
id
- String id of the photopublic boolean isSuccess()
public void setSuccess(boolean success)
success
- whether the post was successfulpublic String getPhotoUrl()
public void setPhotoUrl(String photoUrl)
photoUrl
- String the URL with which to retrieve the photoCopyright © 2018 OpenNTF. All rights reserved.