@Generated(value="org.jsonschema2pojo") public class Videos extends Object
Constructor and Description |
---|
Videos() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
ImageParent |
getLowResolution()
this should be org.apache.streams.pojo.json.MediaLink, ../../../../../../../../../../streams-schemas/streams-schema-activitystreams/src/main/jsonschema/media_link.json
|
ImageParent |
getStandardResolution()
this should be org.apache.streams.pojo.json.MediaLink, ../../../../../../../../../../streams-schemas/streams-schema-activitystreams/src/main/jsonschema/media_link.json
|
ImageParent |
getThumbnail()
this should be org.apache.streams.pojo.json.MediaLink, ../../../../../../../../../../streams-schemas/streams-schema-activitystreams/src/main/jsonschema/media_link.json
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setLowResolution(ImageParent lowResolution)
this should be org.apache.streams.pojo.json.MediaLink, ../../../../../../../../../../streams-schemas/streams-schema-activitystreams/src/main/jsonschema/media_link.json
|
void |
setStandardResolution(ImageParent standardResolution)
this should be org.apache.streams.pojo.json.MediaLink, ../../../../../../../../../../streams-schemas/streams-schema-activitystreams/src/main/jsonschema/media_link.json
|
void |
setThumbnail(ImageParent thumbnail)
this should be org.apache.streams.pojo.json.MediaLink, ../../../../../../../../../../streams-schemas/streams-schema-activitystreams/src/main/jsonschema/media_link.json
|
String |
toString() |
Videos |
withAdditionalProperty(String name,
Object value) |
Videos |
withLowResolution(ImageParent lowResolution) |
Videos |
withStandardResolution(ImageParent standardResolution) |
Videos |
withThumbnail(ImageParent thumbnail) |
@BeanProperty(value="low_resolution") public ImageParent getLowResolution()
@BeanProperty(value="low_resolution") public void setLowResolution(ImageParent lowResolution)
lowResolution
- The low_resolutionpublic Videos withLowResolution(ImageParent lowResolution)
@BeanProperty(value="standard_resolution") public ImageParent getStandardResolution()
@BeanProperty(value="standard_resolution") public void setStandardResolution(ImageParent standardResolution)
standardResolution
- The standard_resolutionpublic Videos withStandardResolution(ImageParent standardResolution)
@BeanProperty(value="thumbnail") public ImageParent getThumbnail()
@BeanProperty(value="thumbnail") public void setThumbnail(ImageParent thumbnail)
thumbnail
- The thumbnailpublic Videos withThumbnail(ImageParent thumbnail)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.