public class DefinitionsLinkdescription extends PayPalModel
| Constructor and Description |
|---|
DefinitionsLinkdescription()
Default Constructor
|
DefinitionsLinkdescription(java.lang.String href,
java.lang.String rel)
Parameterized Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getEncType()
The media type in which to submit data along with the request
|
java.lang.String |
getHref()
a URI template, as defined by RFC 6570, with the addition of the $, ( and ) characters for pre-processing
|
java.lang.String |
getMediaType()
media type (as defined by RFC 2046) describing the link target
|
java.lang.String |
getMethod()
method for requesting the target of the link (e.g.
|
java.lang.String |
getRel()
relation to the target resource of the link
|
DefinitionsLinkdescription |
getSchema()
Schema describing the data to submit along with the request
|
DefinitionsLinkdescription |
getTargetSchema()
JSON Schema describing the link target
|
java.lang.String |
getTitle()
a title for the link
|
int |
hashCode() |
DefinitionsLinkdescription |
setEncType(java.lang.String encType)
The media type in which to submit data along with the request
|
DefinitionsLinkdescription |
setHref(java.lang.String href)
a URI template, as defined by RFC 6570, with the addition of the $, ( and ) characters for pre-processing
|
DefinitionsLinkdescription |
setMediaType(java.lang.String mediaType)
media type (as defined by RFC 2046) describing the link target
|
DefinitionsLinkdescription |
setMethod(java.lang.String method)
method for requesting the target of the link (e.g.
|
DefinitionsLinkdescription |
setRel(java.lang.String rel)
relation to the target resource of the link
|
DefinitionsLinkdescription |
setSchema(DefinitionsLinkdescription schema)
Schema describing the data to submit along with the request
|
DefinitionsLinkdescription |
setTargetSchema(DefinitionsLinkdescription targetSchema)
JSON Schema describing the link target
|
DefinitionsLinkdescription |
setTitle(java.lang.String title)
a title for the link
|
toJSON, toStringpublic DefinitionsLinkdescription()
public DefinitionsLinkdescription(java.lang.String href,
java.lang.String rel)
public java.lang.String getHref()
public java.lang.String getRel()
public java.lang.String getTitle()
public DefinitionsLinkdescription getTargetSchema()
public java.lang.String getMediaType()
public java.lang.String getMethod()
public java.lang.String getEncType()
public DefinitionsLinkdescription getSchema()
public DefinitionsLinkdescription setHref(java.lang.String href)
public DefinitionsLinkdescription setRel(java.lang.String rel)
public DefinitionsLinkdescription setTitle(java.lang.String title)
public DefinitionsLinkdescription setTargetSchema(DefinitionsLinkdescription targetSchema)
public DefinitionsLinkdescription setMediaType(java.lang.String mediaType)
public DefinitionsLinkdescription setMethod(java.lang.String method)
public DefinitionsLinkdescription setEncType(java.lang.String encType)
public DefinitionsLinkdescription setSchema(DefinitionsLinkdescription schema)
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