Uses of Class
com.volcengine.model.ResponseMetadata
-
Packages that use ResponseMetadata Package Description com.volcengine com.volcengine.model -
-
Uses of ResponseMetadata in com.volcengine
Methods in com.volcengine that return ResponseMetadata Modifier and Type Method Description ResponseMetadataApiException. getResponseMetadata()Methods in com.volcengine with parameters of type ResponseMetadata Modifier and Type Method Description voidApiException. setResponseMetadata(ResponseMetadata responseMetadata)Constructors in com.volcengine with parameters of type ResponseMetadata Constructor Description ApiException(int code, Map<String,List<String>> responseHeaders, String responseBody, ResponseMetadata responseMetadata)ApiException(String message, int code, Map<String,List<String>> responseHeaders, String responseBody, ResponseMetadata responseMetadata)ApiException(String message, Throwable throwable, int code, Map<String,List<String>> responseHeaders, String responseBody, ResponseMetadata metadata) -
Uses of ResponseMetadata in com.volcengine.model
Fields in com.volcengine.model declared as ResponseMetadata Modifier and Type Field Description protected ResponseMetadataAbstractResponse. responseMetadataMethods in com.volcengine.model that return ResponseMetadata Modifier and Type Method Description ResponseMetadataAbstractResponse. getResponseMetadata()ResponseMetadataVolcstackResponse. getResponseMetadata()Methods in com.volcengine.model with parameters of type ResponseMetadata Modifier and Type Method Description voidAbstractResponse. setResponseMetadata(ResponseMetadata responseMetadata)voidVolcstackResponse. setResponseMetadata(ResponseMetadata responseMetadata)
-