Class IPConditionDTO
java.lang.Object
org.wso2.am.integration.clients.admin.api.dto.IPConditionDTO
IPConditionDTO
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumType of the IP condition. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanEnding IP when \"IPRANGE\" is used as the ipConditionTypeType of the IP condition.Specific IP when \"IPSPECIFIC\" is used as the ipConditionTypeStaring IP when \"IPRANGE\" is used as the ipConditionTypeinthashCode()ipConditionType(IPConditionDTO.IpConditionTypeEnum ipConditionType) voidsetEndingIP(String endingIP) voidsetIpConditionType(IPConditionDTO.IpConditionTypeEnum ipConditionType) voidsetSpecificIP(String specificIP) voidsetStartingIP(String startingIP) specificIP(String specificIP) startingIP(String startingIP) toString()
-
Field Details
-
SERIALIZED_NAME_IP_CONDITION_TYPE
- See Also:
-
SERIALIZED_NAME_SPECIFIC_I_P
- See Also:
-
SERIALIZED_NAME_STARTING_I_P
- See Also:
-
SERIALIZED_NAME_ENDING_I_P
- See Also:
-
-
Constructor Details
-
IPConditionDTO
public IPConditionDTO()
-
-
Method Details
-
ipConditionType
-
getIpConditionType
Type of the IP condition. Allowed values are \"IPRANGE\" and \"IPSPECIFIC\"- Returns:
- ipConditionType
-
setIpConditionType
-
specificIP
-
getSpecificIP
Specific IP when \"IPSPECIFIC\" is used as the ipConditionType- Returns:
- specificIP
-
setSpecificIP
-
startingIP
-
getStartingIP
Staring IP when \"IPRANGE\" is used as the ipConditionType- Returns:
- startingIP
-
setStartingIP
-
endingIP
-
getEndingIP
Ending IP when \"IPRANGE\" is used as the ipConditionType- Returns:
- endingIP
-
setEndingIP
-
equals
-
hashCode
public int hashCode() -
toString
-