@Generated(value="org.jsonschema2pojo") public class MediaItem extends Object implements Serializable
Constructor and Description |
---|
MediaItem() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
MediaItem |
getMedia() |
String |
getType() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setMedia(MediaItem media) |
void |
setType(String type) |
String |
toString() |
MediaItem |
withAdditionalProperty(String name,
Object value) |
MediaItem |
withMedia(MediaItem media) |
MediaItem |
withType(String type) |
@BeanProperty(value="type") public String getType()
@BeanProperty(value="type") public void setType(String type)
type
- The type@BeanProperty(value="media") public MediaItem getMedia()
@BeanProperty(value="media") public void setMedia(MediaItem media)
media
- The media@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.