public final class Dhcp6IaTaOption extends Dhcp6Option
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_LEN |
UNSIGNED_SHORT_MASK
parent, payload
Constructor and Description |
---|
Dhcp6IaTaOption()
Default constructor.
|
Dhcp6IaTaOption(Dhcp6Option dhcp6Option)
Constructs a DHCPv6 IA TA option with DHCPv6 option.
|
Modifier and Type | Method and Description |
---|---|
static Deserializer<Dhcp6Option> |
deserializer()
Gets deserializer.
|
boolean |
equals(java.lang.Object obj) |
short |
getCode()
Gets the code of this option.
|
int |
getIaId()
Gets Identity Association ID.
|
short |
getLength()
Gets the length of this option.
|
java.util.List<Dhcp6Option> |
getOptions()
Gets sub-options.
|
int |
hashCode() |
byte[] |
serialize()
Sets all payloads parent packet if applicable, then serializes this
packet and all payloads.
|
void |
setIaId(int iaId)
Sets Identity Association ID.
|
void |
setOptions(java.util.List<Dhcp6Option> options)
Sets sub-options.
|
java.lang.String |
toString() |
getData, getToStringHelper, setCode, setData, setLength
clone, getParent, getPayload, resetChecksum, setParent, setPayload
public static final int DEFAULT_LEN
public Dhcp6IaTaOption()
public Dhcp6IaTaOption(Dhcp6Option dhcp6Option)
dhcp6Option
- the DHCPv6 optionpublic short getCode()
Dhcp6Option
getCode
in class Dhcp6Option
public short getLength()
Dhcp6Option
getLength
in class Dhcp6Option
public int getIaId()
public void setIaId(int iaId)
iaId
- the Identity Association ID.public java.util.List<Dhcp6Option> getOptions()
public void setOptions(java.util.List<Dhcp6Option> options)
options
- the sub-options of this optionpublic static Deserializer<Dhcp6Option> deserializer()
public byte[] serialize()
IPacket
serialize
in interface IPacket
serialize
in class Dhcp6Option
public int hashCode()
hashCode
in class Dhcp6Option
public boolean equals(java.lang.Object obj)
equals
in class Dhcp6Option
public java.lang.String toString()
toString
in class Dhcp6Option