|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.baidubce.model.AbstractBceResponse
public class AbstractBceResponse
Represents the response from an BCE service, including the result payload and any response metadata. BCE response metadata consists primarily of the BCE request ID, which can be used for debugging purposes when services aren't acting as expected.
Field Summary | |
---|---|
protected BceResponseMetadata |
metadata
|
Constructor Summary | |
---|---|
AbstractBceResponse()
|
Method Summary | |
---|---|
BceResponseMetadata |
getMetadata()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected BceResponseMetadata metadata
Constructor Detail |
---|
public AbstractBceResponse()
Method Detail |
---|
public BceResponseMetadata getMetadata()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |