java.lang.Object
org.wso2.am.integration.clients.internal.api.dto.IPLevelDTO

public class IPLevelDTO extends Object
IPLevelDTO
  • Constructor Details

    • IPLevelDTO

      public IPLevelDTO()
  • Method Details

    • type

      public IPLevelDTO type(String type)
    • getType

      public String getType()
      Get type
      Returns:
      type
    • setType

      public void setType(String type)
    • fixedIp

      public IPLevelDTO fixedIp(String fixedIp)
    • getFixedIp

      public String getFixedIp()
      IP address.
      Returns:
      fixedIp
    • setFixedIp

      public void setFixedIp(String fixedIp)
    • startingIp

      public IPLevelDTO startingIp(String startingIp)
    • getStartingIp

      public String getStartingIp()
      Ip Range Starting IP
      Returns:
      startingIp
    • setStartingIp

      public void setStartingIp(String startingIp)
    • endingIp

      public IPLevelDTO endingIp(String endingIp)
    • getEndingIp

      public String getEndingIp()
      Ip Range Ending IP.
      Returns:
      endingIp
    • setEndingIp

      public void setEndingIp(String endingIp)
    • invert

      public IPLevelDTO invert(Boolean invert)
    • isInvert

      public Boolean isInvert()
      Condition is invert.
      Returns:
      invert
    • setInvert

      public void setInvert(Boolean invert)
    • tenantDomain

      public IPLevelDTO tenantDomain(String tenantDomain)
    • getTenantDomain

      public String getTenantDomain()
      Get tenantDomain
      Returns:
      tenantDomain
    • setTenantDomain

      public void setTenantDomain(String tenantDomain)
    • id

      public IPLevelDTO id(Integer id)
    • getId

      public Integer getId()
      Get id
      Returns:
      id
    • setId

      public void setId(Integer id)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object