@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen") @Beta public class TextBranches extends Object
Constructor and Description |
---|
TextBranches() |
Modifier and Type | Method and Description |
---|---|
TextBranches |
addOperationItem(TextOperation operationItem)
Add one Operation instance to this
TextBranches . |
TextBranches |
condition(TextCondition condition)
Set the condition of this
TextBranches instance and return the same instance. |
boolean |
equals(Object o) |
TextCondition |
getCondition()
Get condition
|
String |
getId()
Id of the Branch
|
List<TextOperation> |
getOperation()
Operation to be performed when condition is evaluated
|
Float |
getSequenceNumber()
Sequence number of the Branch.
|
int |
hashCode() |
TextBranches |
id(String id)
Set the id of this
TextBranches instance and return the same instance. |
TextBranches |
operation(List<TextOperation> operation)
Set the operation of this
TextBranches instance and return the same instance. |
TextBranches |
sequenceNumber(Float sequenceNumber)
Set the sequenceNumber of this
TextBranches instance and return the same instance. |
void |
setCondition(TextCondition condition)
Set the condition of this
TextBranches instance. |
void |
setId(String id)
Set the id of this
TextBranches instance. |
void |
setOperation(List<TextOperation> operation)
Set the operation of this
TextBranches instance. |
void |
setSequenceNumber(Float sequenceNumber)
Set the sequenceNumber of this
TextBranches instance. |
String |
toString() |
@Nonnull public TextBranches id(@Nonnull String id)
TextBranches
instance and return the same instance.id
- Id of the BranchTextBranches
class@Nonnull public String getId()
TextBranches
instance.public void setId(@Nonnull String id)
TextBranches
instance.id
- Id of the Branch@Nonnull public TextBranches sequenceNumber(@Nonnull Float sequenceNumber)
TextBranches
instance and return the same instance.sequenceNumber
- Sequence number of the Branch.TextBranches
class@Nonnull public Float getSequenceNumber()
TextBranches
instance.public void setSequenceNumber(@Nonnull Float sequenceNumber)
TextBranches
instance.sequenceNumber
- Sequence number of the Branch.@Nonnull public TextBranches condition(@Nonnull TextCondition condition)
TextBranches
instance and return the same instance.condition
- The condition of this TextBranches
TextBranches
class@Nonnull public TextCondition getCondition()
TextBranches
instance.public void setCondition(@Nonnull TextCondition condition)
TextBranches
instance.condition
- The condition of this TextBranches
@Nonnull public TextBranches operation(@Nonnull List<TextOperation> operation)
TextBranches
instance and return the same instance.operation
- Operation to be performed when condition is evaluatedTextBranches
class@Nonnull public TextBranches addOperationItem(@Nonnull TextOperation operationItem)
TextBranches
.operationItem
- The Operation that should be addedTextBranches
@Nonnull public List<TextOperation> getOperation()
TextBranches
instance.public void setOperation(@Nonnull List<TextOperation> operation)
TextBranches
instance.operation
- Operation to be performed when condition is evaluatedCopyright © 2021 SAP SE. All rights reserved.