@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.
|
splitStringWithEscapedCommaspublic ParameterEchConfig()
public ParameterEchConfig(byte[] data)
public byte[] getData()
public int getKey()
getKey in class SVCBBase.ParameterBasepublic void fromWire(byte[] bytes)
fromWire in class SVCBBase.ParameterBasepublic void fromString(java.lang.String string)
throws TextParseException
fromString in class SVCBBase.ParameterBaseTextParseExceptionpublic byte[] toWire()
toWire in class SVCBBase.ParameterBasepublic java.lang.String toString()
toString in class SVCBBase.ParameterBase