Class InetServSearchParam
java.lang.Object
ru.bitel.bgbilling.modules.inet.common.bean.InetServSearchParam
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic InetServSearchParam.Builder
builder()
getIp()
getLogin()
int
getTitle()
int
getVlan()
boolean
setIdentifier
(String identifier) setLoginStrictCheck
(boolean loginStrictCheck) setMacAddress
(String macAddress) setServiceTypeId
(int serviceTypeId) setVlan
(int vlan)
-
Constructor Details
-
InetServSearchParam
public InetServSearchParam()
-
-
Method Details
-
getLogin
-
getIp
-
getServiceTypeId
public int getServiceTypeId() -
getVlan
public int getVlan() -
getTitle
-
getIdentifier
-
getMacAddress
-
isLoginStrictCheck
public boolean isLoginStrictCheck() -
setLogin
-
setIp
-
setServiceTypeId
-
setVlan
-
setTitle
-
setIdentifier
-
setMacAddress
-
setLoginStrictCheck
-
builder
-