public class PatchEventResponse
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
PatchEventResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static PatchEventResponse |
build(Map<String,?> map) |
PatchEventResponseBody |
getBody() |
Map<String,String> |
getHeaders() |
PatchEventResponse |
setBody(PatchEventResponseBody body) |
PatchEventResponse |
setHeaders(Map<String,String> headers) |
@NameInMap(value="body") @Validation(required=true) public PatchEventResponseBody body
public static PatchEventResponse build(Map<String,?> map) throws Exception
Exceptionpublic PatchEventResponse setHeaders(Map<String,String> headers)
public PatchEventResponse setBody(PatchEventResponseBody body)
public PatchEventResponseBody getBody()
Copyright © 2022. All rights reserved.