|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.baidubce.model.AbstractBceRequest
@NotThreadSafe public abstract class AbstractBceRequest
Base class for all BCE web service request objects.
Constructor Summary | |
---|---|
AbstractBceRequest()
|
Method Summary | |
---|---|
BceCredentials |
getRequestCredentials()
Returns the optional credentials to use to sign this request, overriding the default credentials set at the client level. |
void |
setRequestCredentials(BceCredentials credentials)
Sets the optional credentials to use for this request, overriding the default credentials set at the client level. |
abstract AbstractBceRequest |
withRequestCredentials(BceCredentials credentials)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractBceRequest()
Method Detail |
---|
public BceCredentials getRequestCredentials()
public void setRequestCredentials(BceCredentials credentials)
credentials
- The optional BCE security credentials to use for this request, overriding the default
credentials set at the client level.public abstract AbstractBceRequest withRequestCredentials(BceCredentials credentials)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |