Class DialUpLoginRadiusInfo
java.lang.Object
ru.bgcrm.plugin.bgbilling.proto.model.dialup.DialUpLoginRadiusInfo
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addAttr
(DialUpLoginAttr attr) void
addAttrSet
(DialUpLoginAttrSet attrSet) int
void
setAttributeMode
(int attributeMode) void
setRealmGroup
(String realmGroup)
-
Field Details
-
ATTR_MODE_GLOBAL_AND_LOCAL
public static final int ATTR_MODE_GLOBAL_AND_LOCAL- See Also:
-
ATTR_MODE_ONLY_LOCAL
public static final int ATTR_MODE_ONLY_LOCAL- See Also:
-
-
Constructor Details
-
DialUpLoginRadiusInfo
public DialUpLoginRadiusInfo()
-
-
Method Details
-
getRealmGroup
-
setRealmGroup
-
getAttributeMode
public int getAttributeMode() -
setAttributeMode
public void setAttributeMode(int attributeMode) -
getAttrSetList
-
addAttrSet
-
getAttrList
-
addAttr
-