Class ApproverConjunctionImpl
java.lang.Object
com.commercetools.api.models.approval_rule.ApproverConjunctionImpl
- All Implemented Interfaces:
ApproverConjunction
,io.vrap.rmf.base.client.ModelBase
public class ApproverConjunctionImpl
extends Object
implements ApproverConjunction, io.vrap.rmf.base.client.ModelBase
ApproverConjunction
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.vrap.rmf.base.client.ModelBase
io.vrap.rmf.base.client.ModelBase.FilteredRecursiveToStringStyle
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getAnd()
All of the nested disjunctions must be approved in order for the conjunction to be considered approved.int
hashCode()
void
setAnd
(ApproverDisjunction... and) All of the nested disjunctions must be approved in order for the conjunction to be considered approved.void
setAnd
(List<ApproverDisjunction> and) All of the nested disjunctions must be approved in order for the conjunction to be considered approved.Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.commercetools.api.models.approval_rule.ApproverConjunction
withApproverConjunction
Methods inherited from interface io.vrap.rmf.base.client.ModelBase
reflectionString, reflectionString
-
Constructor Details
-
ApproverConjunctionImpl
public ApproverConjunctionImpl()create empty instance
-
-
Method Details
-
getAnd
All of the nested disjunctions must be approved in order for the conjunction to be considered approved.
- Specified by:
getAnd
in interfaceApproverConjunction
- Returns:
- and
-
setAnd
Description copied from interface:ApproverConjunction
All of the nested disjunctions must be approved in order for the conjunction to be considered approved.
- Specified by:
setAnd
in interfaceApproverConjunction
- Parameters:
and
- values to be set
-
setAnd
Description copied from interface:ApproverConjunction
All of the nested disjunctions must be approved in order for the conjunction to be considered approved.
- Specified by:
setAnd
in interfaceApproverConjunction
- Parameters:
and
- values to be set
-
equals
-
hashCode
public int hashCode()
-