Package sh.ory.model
Class UiNode
java.lang.Object
sh.ory.model.UiNode
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-19T11:31:27.587817519Z[Etc/UTC]") public class UiNode extends Object
Nodes are represented as HTML elements or their native UI equivalents. For example, a node can be an `<img>` tag, or an `<input element>` but also `some plain text`.
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ATTRIBUTESstatic StringSERIALIZED_NAME_GROUPstatic StringSERIALIZED_NAME_MESSAGESstatic StringSERIALIZED_NAME_METAstatic StringSERIALIZED_NAME_TYPE -
Constructor Summary
Constructors Constructor Description UiNode() -
Method Summary
Modifier and Type Method Description UiNodeaddMessagesItem(UiText messagesItem)UiNodeattributes(UiNodeAttributes attributes)booleanequals(Object o)UiNodeAttributesgetAttributes()Get attributesStringgetGroup()Get groupList<UiText>getMessages()Get messagesUiNodeMetagetMeta()Get metaStringgetType()Get typeUiNodegroup(String group)inthashCode()UiNodemessages(List<UiText> messages)UiNodemeta(UiNodeMeta meta)voidsetAttributes(UiNodeAttributes attributes)voidsetGroup(String group)voidsetMessages(List<UiText> messages)voidsetMeta(UiNodeMeta meta)voidsetType(String type)StringtoString()UiNodetype(String type)
-
Field Details
-
SERIALIZED_NAME_ATTRIBUTES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_GROUP
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MESSAGES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_META
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TYPE
- See Also:
- Constant Field Values
-
-
Constructor Details
-
UiNode
public UiNode()
-
-
Method Details
-
attributes
-
getAttributes
Get attributes- Returns:
- attributes
-
setAttributes
-
group
-
getGroup
Get group- Returns:
- group
-
setGroup
-
messages
-
addMessagesItem
-
getMessages
Get messages- Returns:
- messages
-
setMessages
-
meta
-
getMeta
Get meta- Returns:
- meta
-
setMeta
-
type
-
getType
Get type- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-