Class IPLevelDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.internal.api.dto.IPLevelDTO
-
public class IPLevelDTO extends Object
IPLevelDTO
-
-
Constructor Summary
Constructors Constructor Description IPLevelDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IPLevelDTOendingIp(String endingIp)booleanequals(Object o)IPLevelDTOfixedIp(String fixedIp)StringgetEndingIp()Ip Range Ending IP.StringgetFixedIp()IP address.IntegergetId()Get idStringgetStartingIp()Ip Range Starting IPStringgetTenantDomain()Get tenantDomainStringgetType()Get typeinthashCode()IPLevelDTOid(Integer id)IPLevelDTOinvert(Boolean invert)BooleanisInvert()Condition is invert.voidsetEndingIp(String endingIp)voidsetFixedIp(String fixedIp)voidsetId(Integer id)voidsetInvert(Boolean invert)voidsetStartingIp(String startingIp)voidsetTenantDomain(String tenantDomain)voidsetType(String type)IPLevelDTOstartingIp(String startingIp)IPLevelDTOtenantDomain(String tenantDomain)StringtoString()IPLevelDTOtype(String type)
-
-
-
Method Detail
-
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)
-
-