Package sh.ory.model
Class UiNodeTextAttributes
java.lang.Object
sh.ory.model.UiNodeTextAttributes
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-07-26T09:37:11.487071522Z[Etc/UTC]") public class UiNodeTextAttributes extends Object
UiNodeTextAttributes
-
Field Summary
Fields Modifier and Type Field Description static String
SERIALIZED_NAME_ID
static String
SERIALIZED_NAME_NODE_TYPE
static String
SERIALIZED_NAME_TEXT
-
Constructor Summary
Constructors Constructor Description UiNodeTextAttributes()
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
String
getId()
A unique identifierString
getNodeType()
NodeType represents this node's types.UiText
getText()
Get textint
hashCode()
UiNodeTextAttributes
id(String id)
UiNodeTextAttributes
nodeType(String nodeType)
void
setId(String id)
void
setNodeType(String nodeType)
void
setText(UiText text)
UiNodeTextAttributes
text(UiText text)
String
toString()
-
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
NodeType represents this node's types. It is a mirror of `node.type` and is primarily used to allow compatibility with OpenAPI 3.0. In this struct it technically always is \"text\".- Returns:
- nodeType
-
setNodeType
-
text
-
getText
Get text- Returns:
- text
-
setText
-
equals
-
hashCode
public int hashCode() -
toString
-