public class HyperSchema extends PayPalModel
| Constructor and Description |
|---|
HyperSchema()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getContentEncoding() |
java.lang.String |
getFragmentResolution() |
java.util.List<Links> |
getLinks() |
java.lang.String |
getMediaType() |
java.lang.String |
getPathStart() |
java.lang.Boolean |
getReadonly() |
int |
hashCode() |
HyperSchema |
setContentEncoding(java.lang.String contentEncoding) |
HyperSchema |
setFragmentResolution(java.lang.String fragmentResolution) |
HyperSchema |
setLinks(java.util.List<Links> links) |
HyperSchema |
setMediaType(java.lang.String mediaType) |
HyperSchema |
setPathStart(java.lang.String pathStart) |
HyperSchema |
setReadonly(java.lang.Boolean readonly) |
toJSON, toStringpublic java.util.List<Links> getLinks()
public java.lang.String getFragmentResolution()
public java.lang.Boolean getReadonly()
public java.lang.String getContentEncoding()
public java.lang.String getPathStart()
public java.lang.String getMediaType()
public HyperSchema setLinks(java.util.List<Links> links)
public HyperSchema setFragmentResolution(java.lang.String fragmentResolution)
public HyperSchema setReadonly(java.lang.Boolean readonly)
public HyperSchema setContentEncoding(java.lang.String contentEncoding)
public HyperSchema setPathStart(java.lang.String pathStart)
public HyperSchema setMediaType(java.lang.String mediaType)
public boolean equals(java.lang.Object o)
equals in class PayPalModelprotected boolean canEqual(java.lang.Object other)
canEqual in class PayPalModelpublic int hashCode()
hashCode in class PayPalModel