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