public class GetRowResponse extends AbstractTableStorageResponse
metadata| Constructor and Description |
|---|
GetRowResponse() |
| Modifier and Type | Method and Description |
|---|---|
TableStorageResult |
getResult()
Get the result of this get row response.
|
void |
setResult(TableStorageResult result)
Set the result of this get row response.
|
String |
toString()
Convert this response object to string.
|
getMetadatapublic TableStorageResult getResult()
public void setResult(TableStorageResult result)
result - The result set to this get row response.public String toString()
toString in class AbstractTableStorageResponseCopyright © 2022. All rights reserved.