We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e6db94 + 6209af6 commit 4c32843Copy full SHA for 4c32843
1 file changed
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