Package sh.ory.model
Class UiNodeTextAttributes
java.lang.Object
sh.ory.model.UiNodeTextAttributes
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-19T11:31:27.587817519Z[Etc/UTC]") public class UiNodeTextAttributes extends Object
UiNodeTextAttributes
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_NODE_TYPEstatic StringSERIALIZED_NAME_TEXT -
Constructor Summary
Constructors Constructor Description UiNodeTextAttributes() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetId()A unique identifierStringgetNodeType()Get nodeTypeUiTextgetText()Get textinthashCode()UiNodeTextAttributesid(String id)UiNodeTextAttributesnodeType(String nodeType)voidsetId(String id)voidsetNodeType(String nodeType)voidsetText(UiText text)UiNodeTextAttributestext(UiText text)StringtoString()
-
Field Details
-
SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NODE_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TEXT
- See Also:
- Constant Field Values
-
-
Constructor Details
-
UiNodeTextAttributes
public UiNodeTextAttributes()
-
-
Method Details
-
id
-
getId
A unique identifier- Returns:
- id
-
setId
-
nodeType
-
getNodeType
Get nodeType- Returns:
- nodeType
-
setNodeType
-
text
-
getText
Get text- Returns:
- text
-
setText
-
equals
-
hashCode
public int hashCode() -
toString
-