@Generated(value="org.jsonschema2pojo") public class Video extends Object
Constructor and Description |
---|
Video() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getMimeType() |
String |
getUrl() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setMimeType(String mimeType) |
void |
setUrl(String url) |
String |
toString() |
Video |
withAdditionalProperty(String name,
Object value) |
Video |
withMimeType(String mimeType) |
Video |
withUrl(String url) |
@BeanProperty(value="url") public String getUrl()
@BeanProperty(value="url") public void setUrl(String url)
url
- The url@BeanProperty(value="mimeType") public String getMimeType()
@BeanProperty(value="mimeType") public void setMimeType(String mimeType)
mimeType
- The mimeType@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.