public class ListBodyDbsRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
ListBodyDbsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListBodyDbsRequest |
build(Map<String,?> map) |
Long |
getLimit() |
Long |
getOffset() |
ListBodyDbsRequest |
setLimit(Long limit) |
ListBodyDbsRequest |
setOffset(Long offset) |
@NameInMap(value="Limit") public Long limit
@NameInMap(value="Offset") public Long offset
public static ListBodyDbsRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListBodyDbsRequest setLimit(Long limit)
public Long getLimit()
public ListBodyDbsRequest setOffset(Long offset)
public Long getOffset()
Copyright © 2022. All rights reserved.