Class QueryParameterConditionDTO
java.lang.Object
org.wso2.am.integration.clients.admin.api.dto.QueryParameterConditionDTO
QueryParameterConditionDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanName of the query parameterValue of the query parameter to be matchedinthashCode()parameterName(String parameterName) parameterValue(String parameterValue) voidsetParameterName(String parameterName) voidsetParameterValue(String parameterValue) toString()
-
Field Details
-
SERIALIZED_NAME_PARAMETER_NAME
- See Also:
-
SERIALIZED_NAME_PARAMETER_VALUE
- See Also:
-
-
Constructor Details
-
QueryParameterConditionDTO
public QueryParameterConditionDTO()
-
-
Method Details
-
parameterName
-
getParameterName
Name of the query parameter- Returns:
- parameterName
-
setParameterName
-
parameterValue
-
getParameterValue
Value of the query parameter to be matched- Returns:
- parameterValue
-
setParameterValue
-
equals
-
hashCode
public int hashCode() -
toString
-