public abstract class AbstractTableStorageRequest extends AbstractBceRequest
| Modifier and Type | Method and Description |
|---|---|
String |
getTableName()
Get the target table name.
|
abstract String |
toJsonString()
Convert this request to json string.
|
AbstractTableStorageRequest |
withRequestCredentials(BceCredentials credentials)
Set bce credentials of this request.
|
getRequestCredentials, setRequestCredentialspublic String getTableName()
public AbstractTableStorageRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestcredentials - the bce credentials.public abstract String toJsonString()
Copyright © 2020. All rights reserved.