Package org.openapitools.client.model
Class ResourceOptionsDto
- java.lang.Object
-
- org.openapitools.client.model.LinkableDto
-
- org.openapitools.client.model.ResourceOptionsDto
-
public class ResourceOptionsDto extends LinkableDto
ResourceOptionsDto
-
-
Field Summary
-
Fields inherited from class org.openapitools.client.model.LinkableDto
SERIALIZED_NAME_LINKS
-
-
Constructor Summary
Constructors Constructor Description ResourceOptionsDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()StringtoString()-
Methods inherited from class org.openapitools.client.model.LinkableDto
addLinksItem, getLinks, links, setLinks
-
-
-
-
Method Detail
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classLinkableDto
-
hashCode
public int hashCode()
- Overrides:
hashCodein classLinkableDto
-
toString
public String toString()
- Overrides:
toStringin classLinkableDto
-
-