Package tech.kronicle.sdk.models.nodejs
Class NodeJsState
- java.lang.Object
-
- tech.kronicle.sdk.models.nodejs.NodeJsState
-
- All Implemented Interfaces:
ComponentState,ObjectWithId,State
public final class NodeJsState extends java.lang.Object implements ComponentState
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNodeJsState.NodeJsStateBuilder
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringTYPE
-
Constructor Summary
Constructors Constructor Description NodeJsState(java.lang.String pluginId, java.lang.Boolean used)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NodeJsState.NodeJsStateBuilderbuilder()booleanequals(java.lang.Object o)java.lang.StringgetId()java.lang.StringgetPluginId()java.lang.StringgetType()java.lang.BooleangetUsed()inthashCode()NodeJsState.NodeJsStateBuildertoBuilder()java.lang.StringtoString()NodeJsStatewithPluginId(java.lang.String pluginId)NodeJsStatewithUsed(java.lang.Boolean used)
-
-
-
Field Detail
-
TYPE
public static final java.lang.String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
builder
public static NodeJsState.NodeJsStateBuilder builder()
-
toBuilder
public NodeJsState.NodeJsStateBuilder toBuilder()
-
getType
public java.lang.String getType()
- Specified by:
getTypein interfaceComponentState- Specified by:
getTypein interfaceState
-
getPluginId
public java.lang.String getPluginId()
- Specified by:
getPluginIdin interfaceComponentState- Specified by:
getPluginIdin interfaceState
-
getId
public java.lang.String getId()
- Specified by:
getIdin interfaceComponentState- Specified by:
getIdin interfaceObjectWithId- Specified by:
getIdin interfaceState
-
getUsed
public java.lang.Boolean getUsed()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
withPluginId
public NodeJsState withPluginId(java.lang.String pluginId)
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withUsed
public NodeJsState withUsed(java.lang.Boolean used)
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
-