public class TvAccountSpec extends IdTitle
Constructor and Description |
---|
TvAccountSpec() |
Modifier and Type | Method and Description |
---|---|
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() |
boolean |
isNeedDevice() |
boolean |
isNeedIdentifier() |
boolean |
isNeedInterface() |
boolean |
isNeedLogin() |
boolean |
isNeedMacAddress() |
boolean |
isNeedPassword() |
boolean |
isNeedPin() |
boolean |
isNeedVlan() |
boolean |
isPersonalInterface() |
boolean |
isPersonalVlan() |
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 |
setNeedDevice(boolean needDevice) |
void |
setNeedIdentifier(boolean needIdentifier) |
void |
setNeedInterface(boolean needPort) |
void |
setNeedLogin(boolean needLogin) |
void |
setNeedMacAddress(boolean needMacAddress) |
void |
setNeedPassword(boolean needPassword) |
void |
setNeedPin(boolean needPin) |
void |
setNeedVlan(boolean needVlan) |
void |
setParentTypeIds(java.util.Set<java.lang.Integer> childrenServTypeIds) |
void |
setPersonalInterface(boolean personalInterface) |
void |
setPersonalVlan(boolean personalVlan) |
equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
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 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 isNeedPassword()
public void setNeedPassword(boolean needPassword)
public boolean isNeedPin()
public void setNeedPin(boolean needPin)
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)