@Deprecated public static class SVCBBase.ParameterEchConfig extends SVCBBase.ParameterBase
Modifier and Type | Field and Description |
---|---|
private byte[] |
data
Deprecated.
|
Constructor and Description |
---|
ParameterEchConfig()
Deprecated.
|
ParameterEchConfig(byte[] data)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
fromString(java.lang.String string)
Deprecated.
|
void |
fromWire(byte[] bytes)
Deprecated.
|
byte[] |
getData()
Deprecated.
|
int |
getKey()
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
byte[] |
toWire()
Deprecated.
|
splitStringWithEscapedCommas
public ParameterEchConfig()
public ParameterEchConfig(byte[] data)
public byte[] getData()
public int getKey()
getKey
in class SVCBBase.ParameterBase
public void fromWire(byte[] bytes)
fromWire
in class SVCBBase.ParameterBase
public void fromString(java.lang.String string) throws TextParseException
fromString
in class SVCBBase.ParameterBase
TextParseException
public byte[] toWire()
toWire
in class SVCBBase.ParameterBase
public java.lang.String toString()
toString
in class SVCBBase.ParameterBase