@Generated(value="org.jsonschema2pojo") public class Photo extends File
Constructor and Description |
---|
Photo() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getDisplayName()
A natural-language, human-readable and plain-text name for the object.
|
String |
getObjectType()
Identifies the type of object.
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setDisplayName(String displayName)
A natural-language, human-readable and plain-text name for the object.
|
void |
setObjectType(String objectType)
Identifies the type of object.
|
String |
toString() |
Photo |
withAdditionalProperty(String name,
Object value) |
Photo |
withDisplayName(String displayName) |
Photo |
withObjectType(String objectType) |
getFileUrl, getMimeType, setFileUrl, setMimeType, withFileUrl, withMimeType
getAttachments, getAuthor, getContent, getDownstreamDuplicates, getId, getImage, getPublished, getSummary, getUpdated, getUpstreamDuplicates, getUrl, setAttachments, setAuthor, setContent, setDownstreamDuplicates, setId, setImage, setPublished, setSummary, setUpdated, setUpstreamDuplicates, setUrl, withAttachments, withAuthor, withContent, withDownstreamDuplicates, withId, withImage, withPublished, withSummary, withUpdated, withUpstreamDuplicates, withUrl
@BeanProperty(value="objectType") public String getObjectType()
ActivityObject
getObjectType
in class File
@BeanProperty(value="objectType") public void setObjectType(String objectType)
ActivityObject
setObjectType
in class File
objectType
- The objectTypepublic Photo withObjectType(String objectType)
withObjectType
in class File
@BeanProperty(value="displayName") public String getDisplayName()
ActivityObject
getDisplayName
in class ActivityObject
@BeanProperty(value="displayName") public void setDisplayName(String displayName)
ActivityObject
setDisplayName
in class ActivityObject
displayName
- The displayNamepublic Photo withDisplayName(String displayName)
withDisplayName
in class ActivityObject
@BeanProperty(name="*") public Map<String,Object> getAdditionalProperties()
getAdditionalProperties
in class File
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
setAdditionalProperty
in class File
public Photo withAdditionalProperty(String name, Object value)
withAdditionalProperty
in class File
Copyright © 2018 The Apache Software Foundation. All rights reserved.