public static final class AttributeSetManager.AttributeSet
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.List<bitel.billing.server.radius.RadiusAttribute> |
attrList |
java.lang.String |
title |
java.util.List<bitel.billing.server.radius.RadiusVendorAttribute> |
vendorAttrList |
Constructor and Description |
---|
AttributeSet(java.lang.String title) |
AttributeSet(java.lang.String title,
java.util.List<bitel.billing.server.radius.RadiusAttribute> attrList,
java.util.List<bitel.billing.server.radius.RadiusVendorAttribute> vendorAttrList) |