@Generated(value="org.jsonschema2pojo") public class SubresourceUris extends Object
Modifier and Type | Field and Description |
---|---|
protected static Object |
NOT_FOUND_VALUE |
Constructor and Description |
---|
SubresourceUris() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
declaredProperty(String name,
Object value) |
protected Object |
declaredPropertyOrNotFound(String name,
Object notFoundValue) |
<T> T |
get(String name) |
Map<String,Object> |
getAdditionalProperties() |
String |
getMedia()
(Required)
|
void |
set(String name,
Object value) |
void |
setAdditionalProperty(String name,
Object value) |
void |
setMedia(String media)
(Required)
|
String |
toString() |
SubresourceUris |
with(String name,
Object value) |
SubresourceUris |
withAdditionalProperty(String name,
Object value) |
SubresourceUris |
withMedia(String media) |
protected static final Object NOT_FOUND_VALUE
public String getMedia()
public void setMedia(String media)
media
- The mediapublic SubresourceUris withMedia(String media)
public SubresourceUris withAdditionalProperty(String name, Object value)
protected Object declaredPropertyOrNotFound(String name, Object notFoundValue)
public <T> T get(String name)
public SubresourceUris with(String name, Object value)
Copyright © 2010–2019. All rights reserved.