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:47:04.974528-07:00[America/Los_Angeles]") public class CommandCombination extends java.lang.Object
CommandCombination
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
JSON_PROPERTY_COMMAND_IDS
-
Constructor Summary
Constructors Constructor Description CommandCombination()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandCombination
addCommandIdsItem(java.lang.String commandIdsItem)
CommandCombination
commandIds(java.util.List<java.lang.String> commandIds)
boolean
equals(java.lang.Object o)
java.util.List<java.lang.String>
getCommandIds()
Get commandIdsint
hashCode()
void
setCommandIds(java.util.List<java.lang.String> commandIds)
java.lang.String
toString()
-
-
-
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:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-