net.jradius.dictionary.Attr_TmpIPAddress7 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 15:56:13 +0200
package net.jradius.dictionary;
import java.io.Serializable;
import java.net.InetAddress;
import net.jradius.packet.attribute.RadiusAttribute;
import net.jradius.packet.attribute.value.IPAddrValue;
/**
* Attribute Name: Tmp-IP-Address-7
* Attribute Type: 1827 (FreeRADIUS Internal Attribute)
* Value Type: IPAddrValue
*
* @author class net.jradius.freeradius.RadiusDictionary
*/
public final class Attr_TmpIPAddress7 extends RadiusAttribute
{
public static final String NAME = "Tmp-IP-Address-7";
public static final long TYPE = 1827;
public static final long serialVersionUID = TYPE;
public void setup()
{
attributeName = NAME;
attributeType = 1827;
attributeValue = new IPAddrValue();
}
public Attr_TmpIPAddress7()
{
setup();
}
public Attr_TmpIPAddress7(Serializable o)
{
setup(o);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy