We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d3cd7a commit 6209af6Copy full SHA for 6209af6
volcengine-java-sdk-core/src/main/java/com/volcengine/ApiException.java
@@ -103,6 +103,13 @@ public String getResponseBody() {
103
return responseBody;
104
}
105
106
+ public ResponseMetadata getResponseMetadata() {
107
+ return responseMetadata;
108
+ }
109
+
110
+ public void setResponseMetadata(ResponseMetadata responseMetadata) {
111
+ this.responseMetadata = responseMetadata;
112
113
114
@Override
115
public String toString() {
0 commit comments