public class Attribute extends chat.dim.tlv.Triad<AttributeType,chat.dim.tlv.lengths.Length16,chat.dim.tlv.Value>
| Constructor and Description |
|---|
Attribute(chat.dim.type.ByteArray data,
AttributeType type,
chat.dim.tlv.lengths.Length16 length,
chat.dim.tlv.Value value) |
Attribute(chat.dim.tlv.Entry<AttributeType,chat.dim.tlv.lengths.Length16,chat.dim.tlv.Value> tlv) |
| Modifier and Type | Method and Description |
|---|---|
static Attribute |
create(AttributeType tag,
chat.dim.tlv.lengths.Length16 length,
chat.dim.tlv.Value value) |
static Attribute |
create(AttributeType type,
chat.dim.tlv.Value value) |
static Attribute |
from(Attribute attribute) |
static Attribute |
from(chat.dim.tlv.Entry<AttributeType,chat.dim.tlv.lengths.Length16,chat.dim.tlv.Value> tlv) |
static java.util.List<Attribute> |
parseList(chat.dim.type.ByteArray data) |
clone, concat, concat, equals, equals, equals, equals, find, find, find, find, find, find, find, find, find, find, find, find, getBuffer, getByte, getBytes, getBytes, getBytes, getOffset, getSize, hashCode, mutableCopy, random, slice, slice, toHexStringfinalize, getClass, notify, notifyAll, wait, wait, waitadjust, adjustE, concat, concat, concat, concat, equals, equals, equals, find, find, find, find, find, find, find, find, find, find, find, find, find, find, getBuffer, getByte, getBytes, getBytes, getBytes, getOffset, getSize, hexEncode, slice, slice, slice, slice, toHexStringpublic Attribute(chat.dim.tlv.Entry<AttributeType,chat.dim.tlv.lengths.Length16,chat.dim.tlv.Value> tlv)
public Attribute(chat.dim.type.ByteArray data,
AttributeType type,
chat.dim.tlv.lengths.Length16 length,
chat.dim.tlv.Value value)
public static java.util.List<Attribute> parseList(chat.dim.type.ByteArray data)
public static Attribute from(chat.dim.tlv.Entry<AttributeType,chat.dim.tlv.lengths.Length16,chat.dim.tlv.Value> tlv)
public static Attribute create(AttributeType type, chat.dim.tlv.Value value)
public static Attribute create(AttributeType tag, chat.dim.tlv.lengths.Length16 length, chat.dim.tlv.Value value)