All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.jradius.dictionary.vsa_coova.Attr_CoovaSessionId Maven / Gradle / Ivy

The newest version!
// DO NOT EDIT THIS FILE DIRECTLY! - AUTOMATICALLY GENERATED
// Generated by: class net.jradius.freeradius.RadiusDictionary
// Generated on: Thu, 5 Jan 2017 16:12:37 +0200

package net.jradius.dictionary.vsa_coova;

import java.io.Serializable;
import net.jradius.packet.attribute.VSAttribute;
import net.jradius.packet.attribute.value.StringValue;

/**
 * Attribute Name: Coova-Session-Id
* Attribute Type: 26
* Vendor Id: 31515
* VSA Type: 5
* Value Type: StringValue
* * @author class net.jradius.freeradius.RadiusDictionary */ public final class Attr_CoovaSessionId extends VSAttribute { public static final String NAME = "Coova-Session-Id"; public static final int VENDOR_ID = 31515; public static final int VSA_TYPE = 5; public static final long TYPE = ((VENDOR_ID & 0xFFFF) << 16) | VSA_TYPE; public static final long serialVersionUID = TYPE; public void setup() { attributeName = NAME; attributeType = 26; vendorId = VENDOR_ID; vsaAttributeType = VSA_TYPE; attributeValue = new StringValue(); } public Attr_CoovaSessionId() { setup(); } public Attr_CoovaSessionId(Serializable o) { setup(o); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy