Record Class BootstrapModels.BootstrapFeatureStep
java.lang.Object
java.lang.Record
app.ductape.sdk.api.services.model.BootstrapModels.BootstrapFeatureStep
- Enclosing class:
- BootstrapModels
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theaccess_tagrecord component.Returns the value of theaction_tagrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of themessage_tagrecord component.Returns the value of thenotification_tagrecord component.step_tag()Returns the value of thestep_tagrecord component.Returns the value of thestorage_tagrecord component.final StringtoString()Returns a string representation of this record class.type()Returns the value of thetyperecord component.
-
Constructor Details
-
BootstrapFeatureStep
public BootstrapFeatureStep(String step_tag, String type, String access_tag, String action_tag, String notification_tag, String message_tag, String storage_tag) Creates an instance of aBootstrapFeatureSteprecord class.- Parameters:
step_tag- the value for thestep_tagrecord componenttype- the value for thetyperecord componentaccess_tag- the value for theaccess_tagrecord componentaction_tag- the value for theaction_tagrecord componentnotification_tag- the value for thenotification_tagrecord componentmessage_tag- the value for themessage_tagrecord componentstorage_tag- the value for thestorage_tagrecord component
-
-
Method Details
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
step_tag
Returns the value of thestep_tagrecord component.- Returns:
- the value of the
step_tagrecord component
-
type
Returns the value of thetyperecord component.- Returns:
- the value of the
typerecord component
-
access_tag
Returns the value of theaccess_tagrecord component.- Returns:
- the value of the
access_tagrecord component
-
action_tag
Returns the value of theaction_tagrecord component.- Returns:
- the value of the
action_tagrecord component
-
notification_tag
Returns the value of thenotification_tagrecord component.- Returns:
- the value of the
notification_tagrecord component
-
message_tag
Returns the value of themessage_tagrecord component.- Returns:
- the value of the
message_tagrecord component
-
storage_tag
Returns the value of thestorage_tagrecord component.- Returns:
- the value of the
storage_tagrecord component
-