public class Meta extends Object
| Constructor and Description |
|---|
Meta() |
| Modifier and Type | Method and Description |
|---|---|
long |
getBodyLength() |
Exception |
getError() |
byte[] |
getMetaBody() |
long |
getMetaLength() |
int |
getOperation() |
void |
setBodyLength(long bodyLength) |
void |
setError(Exception error) |
void |
setMetaBody(byte[] metaBody) |
void |
setMetaLength(long metaLength) |
void |
setOperation(int operation) |
public int getOperation()
public void setOperation(int operation)
public long getMetaLength()
public void setMetaLength(long metaLength)
public byte[] getMetaBody()
public void setMetaBody(byte[] metaBody)
public Exception getError()
public void setError(Exception error)
public long getBodyLength()
public void setBodyLength(long bodyLength)
Copyright © 2018. All rights reserved.