public final class TeaResponse extends Object
| 构造器和说明 |
|---|
TeaResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static TeaResponse |
create() |
Object |
deserializedBody() |
Exception |
exception() |
HttpResponse |
httpResponse() |
TeaResponse |
setDeserializedBody(Object deserializedBody) |
TeaResponse |
setException(Exception exception) |
TeaResponse |
setHttpResponse(HttpResponse httpResponse) |
TeaResponse |
setSuccess(boolean success) |
boolean |
success() |
public static TeaResponse create()
public HttpResponse httpResponse()
public TeaResponse setHttpResponse(HttpResponse httpResponse)
public Exception exception()
public TeaResponse setException(Exception exception)
public boolean success()
public TeaResponse setSuccess(boolean success)
public Object deserializedBody()
public TeaResponse setDeserializedBody(Object deserializedBody)
Copyright © 2023. All rights reserved.