Package org.openapitools.client.model
Class AtomLink
- java.lang.Object
-
- org.openapitools.client.model.AtomLink
-
public class AtomLink extends Object
AtomLink
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_HREFstatic StringSERIALIZED_NAME_METHODstatic StringSERIALIZED_NAME_REL
-
Constructor Summary
Constructors Constructor Description AtomLink()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetHref()The url of the link.StringgetMethod()The http method.StringgetRel()The relation of the link to the object that belongs to.inthashCode()AtomLinkhref(String href)AtomLinkmethod(String method)AtomLinkrel(String rel)voidsetHref(String href)voidsetMethod(String method)voidsetRel(String rel)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_REL
public static final String SERIALIZED_NAME_REL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_HREF
public static final String SERIALIZED_NAME_HREF
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_METHOD
public static final String SERIALIZED_NAME_METHOD
- See Also:
- Constant Field Values
-
-
Method Detail
-
getRel
public String getRel()
The relation of the link to the object that belongs to.- Returns:
- rel
-
setRel
public void setRel(String rel)
-
getHref
public String getHref()
The url of the link.- Returns:
- href
-
setHref
public void setHref(String href)
-
getMethod
public String getMethod()
The http method.- Returns:
- method
-
setMethod
public void setMethod(String method)
-
-