Package io.iworkflow.gen.models
Class CommandCombination
- java.lang.Object
-
- io.iworkflow.gen.models.CommandCombination
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-04-17T14:40:21.852481-07:00[America/Los_Angeles]") public class CommandCombination extends java.lang.ObjectCommandCombination
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_COMMAND_IDS
-
Constructor Summary
Constructors Constructor Description CommandCombination()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandCombinationaddCommandIdsItem(java.lang.String commandIdsItem)CommandCombinationcommandIds(java.util.List<java.lang.String> commandIds)booleanequals(java.lang.Object o)java.util.List<java.lang.String>getCommandIds()Get commandIdsinthashCode()voidsetCommandIds(java.util.List<java.lang.String> commandIds)java.lang.StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_COMMAND_IDS
public static final java.lang.String JSON_PROPERTY_COMMAND_IDS
- See Also:
- Constant Field Values
-
-
Method Detail
-
commandIds
public CommandCombination commandIds(java.util.List<java.lang.String> commandIds)
-
addCommandIdsItem
public CommandCombination addCommandIdsItem(java.lang.String commandIdsItem)
-
getCommandIds
@Nullable public java.util.List<java.lang.String> getCommandIds()
Get commandIds- Returns:
- commandIds
-
setCommandIds
public void setCommandIds(java.util.List<java.lang.String> commandIds)
-
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
-
-