Class HeaderConditionDTO
java.lang.Object
org.wso2.am.integration.clients.admin.api.dto.HeaderConditionDTO
HeaderConditionDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanName of the headerValue of the headerinthashCode()headerName(String headerName) headerValue(String headerValue) voidsetHeaderName(String headerName) voidsetHeaderValue(String headerValue) toString()
-
Field Details
-
SERIALIZED_NAME_HEADER_NAME
- See Also:
-
SERIALIZED_NAME_HEADER_VALUE
- See Also:
-
-
Constructor Details
-
HeaderConditionDTO
public HeaderConditionDTO()
-
-
Method Details
-
headerName
-
getHeaderName
Name of the header- Returns:
- headerName
-
setHeaderName
-
headerValue
-
getHeaderValue
Value of the header- Returns:
- headerValue
-
setHeaderValue
-
equals
-
hashCode
public int hashCode() -
toString
-