public class PhotoInformation
extends java.lang.Object
Constructor and Description |
---|
PhotoInformation() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
Get the Id of the photo
|
java.lang.String |
getPhotoUrl()
Get the photo URL
|
java.lang.String |
getPrefix()
Get the Prefix of the photo url
|
java.lang.String |
getSuffix()
Get the Suffix of the photo url
|
void |
setId(java.lang.String id)
Set the Id of the photo
|
void |
setPrefix(java.lang.String prefix)
Set the Prefix of the photo url
|
void |
setSuffix(java.lang.String suffix)
Set the suffix of the photo url
|
public java.lang.String getId()
public java.lang.String getPhotoUrl()
public java.lang.String getPrefix()
public java.lang.String getSuffix()
public void setId(java.lang.String id)
id
- public void setPrefix(java.lang.String prefix)
prefix
- public void setSuffix(java.lang.String suffix)
suffix
-