Package sh.ory.model
Class UiNodeAnchorAttributes
java.lang.Object
sh.ory.model.UiNodeAnchorAttributes
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-19T11:31:27.587817519Z[Etc/UTC]") public class UiNodeAnchorAttributes extends Object
UiNodeAnchorAttributes
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_HREFstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_NODE_TYPEstatic StringSERIALIZED_NAME_TITLE -
Constructor Summary
Constructors Constructor Description UiNodeAnchorAttributes() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetHref()The link's href (destination) URL.StringgetId()A unique identifierStringgetNodeType()Get nodeTypeUiTextgetTitle()Get titleinthashCode()UiNodeAnchorAttributeshref(String href)UiNodeAnchorAttributesid(String id)UiNodeAnchorAttributesnodeType(String nodeType)voidsetHref(String href)voidsetId(String id)voidsetNodeType(String nodeType)voidsetTitle(UiText title)UiNodeAnchorAttributestitle(UiText title)StringtoString()
-
Field Details
-
SERIALIZED_NAME_HREF
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NODE_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TITLE
- See Also:
- Constant Field Values
-
-
Constructor Details
-
UiNodeAnchorAttributes
public UiNodeAnchorAttributes()
-
-
Method Details
-
href
-
getHref
The link's href (destination) URL. format: uri- Returns:
- href
-
setHref
-
id
-
getId
A unique identifier- Returns:
- id
-
setId
-
nodeType
-
getNodeType
Get nodeType- Returns:
- nodeType
-
setNodeType
-
title
-
getTitle
Get title- Returns:
- title
-
setTitle
-
equals
-
hashCode
public int hashCode() -
toString
-