Class ConditionDTO
java.lang.Object
org.wso2.am.integration.clients.internal.api.dto.ConditionDTO
ConditionDTO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconditionType(String conditionType) booleanGet conditionTypegetName()Get namegetValue()Get valueinthashCode()isInverted(Boolean isInverted) Get isInvertedvoidsetConditionType(String conditionType) voidsetIsInverted(Boolean isInverted) voidvoidtoString()
-
Constructor Details
-
ConditionDTO
public ConditionDTO()
-
-
Method Details
-
conditionType
-
getConditionType
Get conditionType- Returns:
- conditionType
-
setConditionType
-
name
-
getName
Get name- Returns:
- name
-
setName
-
value
-
getValue
Get value- Returns:
- value
-
setValue
-
isInverted
-
isIsInverted
Get isInverted- Returns:
- isInverted
-
setIsInverted
-
equals
-
hashCode
public int hashCode() -
toString
-