public class InetServType extends IdTitle
Modifier and Type | Field and Description |
---|---|
static int |
ADDRESS_TYPE_DYNAMIC
Динамический адрес
|
static int |
ADDRESS_TYPE_DYNAMIC_OR_RANGE
Динамический или из диапазона
|
static int |
ADDRESS_TYPE_DYNAMIC_OR_SINGLE
Динамический или указанный адрес
|
static int |
ADDRESS_TYPE_NET
Указанная сеть
|
static int |
ADDRESS_TYPE_NONE |
static int |
ADDRESS_TYPE_NONE_OR_SINGLE
Либо выдавать указанный адрес, либо ничего не выдавать
|
static int |
ADDRESS_TYPE_RANGE
Указанный диапазон
|
static int |
ADDRESS_TYPE_SINGLE
Указанный адрес
|
static int |
SESSION_INITIATION_AUTO |
static int |
SESSION_INITIATION_CALL |
Constructor and Description |
---|
InetServType() |
Modifier and Type | Method and Description |
---|---|
int |
getAddressType() |
java.lang.String |
getConfig() |
java.util.Set<java.lang.Integer> |
getDeviceGroupIds() |
java.util.Set<java.lang.Integer> |
getDeviceTypeIds() |
java.util.Set<java.lang.Integer> |
getParentTypeIds() |
int |
getSessionCountLimit() |
int |
getSessionInitiationType() |
int |
getTrafficTypeLinkId() |
boolean |
isAddressAllInterface() |
boolean |
isIpFromParentRange() |
boolean |
isNeedContractObject() |
boolean |
isNeedDevice() |
boolean |
isNeedIdentifier() |
boolean |
isNeedInterface() |
boolean |
isNeedLogin() |
boolean |
isNeedMacAddress() |
boolean |
isNeedRestriction() |
boolean |
isNeedVlan() |
boolean |
isPersonalInterface() |
boolean |
isPersonalVlan() |
boolean |
isSessionCountLimitLock() |
void |
setAddressAllInterface(boolean addressAllInterface) |
void |
setAddressType(int addressType) |
void |
setConfig(java.lang.String config) |
void |
setDeviceGroupIds(java.util.Set<java.lang.Integer> deviceGroupIds) |
void |
setDeviceTypeIds(java.util.Set<java.lang.Integer> deviceTypeIds) |
void |
setIpFromParentRange(boolean ipFromParentRange) |
void |
setNeedContractObject(boolean needContractObject) |
void |
setNeedDevice(boolean needDevice) |
void |
setNeedIdentifier(boolean needIdentifier) |
void |
setNeedInterface(boolean needPort) |
void |
setNeedLogin(boolean needLogin) |
void |
setNeedMacAddress(boolean needMacAddress) |
void |
setNeedRestriction(boolean needRestriction) |
void |
setNeedVlan(boolean needVlan) |
void |
setParentTypeIds(java.util.Set<java.lang.Integer> childrenServTypeIds) |
void |
setPersonalInterface(boolean personalInterface) |
void |
setPersonalVlan(boolean personalVlan) |
void |
setSessionCountLimit(int defaultSessionLimit) |
void |
setSessionCountLimitLock(boolean sessionCountLimitLock) |
void |
setSessionInitiationType(int sessionInitiationType) |
void |
setTrafficTypeLinkId(int trafficTypeLinkId) |
equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
public static final int SESSION_INITIATION_CALL
public static final int SESSION_INITIATION_AUTO
public static final int ADDRESS_TYPE_NONE
public static final int ADDRESS_TYPE_RANGE
public static final int ADDRESS_TYPE_NET
public static final int ADDRESS_TYPE_SINGLE
public static final int ADDRESS_TYPE_DYNAMIC
public static final int ADDRESS_TYPE_DYNAMIC_OR_SINGLE
public static final int ADDRESS_TYPE_DYNAMIC_OR_RANGE
public static final int ADDRESS_TYPE_NONE_OR_SINGLE
public java.util.Set<java.lang.Integer> getDeviceTypeIds()
public void setDeviceTypeIds(java.util.Set<java.lang.Integer> deviceTypeIds)
public java.util.Set<java.lang.Integer> getDeviceGroupIds()
public void setDeviceGroupIds(java.util.Set<java.lang.Integer> deviceGroupIds)
public int getTrafficTypeLinkId()
public void setTrafficTypeLinkId(int trafficTypeLinkId)
public int getSessionInitiationType()
public void setSessionInitiationType(int sessionInitiationType)
public int getSessionCountLimit()
public void setSessionCountLimit(int defaultSessionLimit)
public boolean isSessionCountLimitLock()
public void setSessionCountLimitLock(boolean sessionCountLimitLock)
public int getAddressType()
public void setAddressType(int addressType)
public boolean isAddressAllInterface()
public void setAddressAllInterface(boolean addressAllInterface)
public boolean isNeedInterface()
public void setNeedInterface(boolean needPort)
public boolean isNeedVlan()
public void setNeedVlan(boolean needVlan)
public boolean isNeedLogin()
public void setNeedLogin(boolean needLogin)
public boolean isNeedDevice()
public void setNeedDevice(boolean needDevice)
public boolean isPersonalInterface()
public void setPersonalInterface(boolean personalInterface)
public java.util.Set<java.lang.Integer> getParentTypeIds()
public void setParentTypeIds(java.util.Set<java.lang.Integer> childrenServTypeIds)
public java.lang.String getConfig()
public void setConfig(java.lang.String config)
public boolean isPersonalVlan()
public void setPersonalVlan(boolean personalVlan)
public boolean isNeedIdentifier()
public void setNeedIdentifier(boolean needIdentifier)
public boolean isNeedMacAddress()
public void setNeedMacAddress(boolean needMacAddress)
public boolean isNeedContractObject()
public void setNeedContractObject(boolean needContractObject)
public boolean isNeedRestriction()
public void setNeedRestriction(boolean needRestriction)
public boolean isIpFromParentRange()
public void setIpFromParentRange(boolean ipFromParentRange)