public class HyperSchema extends PayPalModel
| Constructor and Description |
|---|
HyperSchema()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getContentEncoding()
Getter for contentEncoding
|
String |
getFragmentResolution()
Getter for fragmentResolution
|
List<Links> |
getLinks()
Getter for links
|
String |
getMediaType()
Getter for mediaType
|
String |
getPathStart()
Getter for pathStart
|
Boolean |
getReadonly()
Getter for readonly
|
HyperSchema |
setContentEncoding(String contentEncoding)
Setter for contentEncoding
|
HyperSchema |
setFragmentResolution(String fragmentResolution)
Setter for fragmentResolution
|
HyperSchema |
setLinks(List<Links> links)
Setter for links
|
HyperSchema |
setMediaType(String mediaType)
Setter for mediaType
|
HyperSchema |
setPathStart(String pathStart)
Setter for pathStart
|
HyperSchema |
setReadonly(Boolean readonly)
Setter for readonly
|
equals, hashCode, toJSON, toStringpublic HyperSchema setLinks(List<Links> links)
public HyperSchema setFragmentResolution(String fragmentResolution)
public String getFragmentResolution()
public HyperSchema setReadonly(Boolean readonly)
public Boolean getReadonly()
public HyperSchema setContentEncoding(String contentEncoding)
public String getContentEncoding()
public HyperSchema setPathStart(String pathStart)
public String getPathStart()
public HyperSchema setMediaType(String mediaType)
public String getMediaType()
Copyright © 2015. All Rights Reserved.