@Generated(value="org.jsonschema2pojo") public class Video extends File
Constructor and Description |
---|
Video() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getObjectType()
Identifies the type of object.
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setObjectType(String objectType)
Identifies the type of object.
|
String |
toString() |
Video |
withAdditionalProperty(String name,
Object value) |
Video |
withObjectType(String objectType) |
getFileUrl, getMimeType, setFileUrl, setMimeType, withFileUrl, withMimeType
getAttachments, getAuthor, getContent, getDisplayName, getDownstreamDuplicates, getId, getImage, getPublished, getSummary, getUpdated, getUpstreamDuplicates, getUrl, setAttachments, setAuthor, setContent, setDisplayName, setDownstreamDuplicates, setId, setImage, setPublished, setSummary, setUpdated, setUpstreamDuplicates, setUrl, withAttachments, withAuthor, withContent, withDisplayName, 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 Video withObjectType(String objectType)
withObjectType
in class File
@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 Video withAdditionalProperty(String name, Object value)
withAdditionalProperty
in class File
Copyright © 2018 The Apache Software Foundation. All rights reserved.