public class ListPluginsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
name
SYSTEM
|
String |
page
The ID of the request.
|
Integer |
size
The header of the response.
|
String |
source
The total number of entries returned.
|
构造器和说明 |
---|
ListPluginsRequest() |
限定符和类型 | 方法和说明 |
---|---|
static ListPluginsRequest |
build(Map<String,?> map) |
String |
getName() |
String |
getPage() |
Integer |
getSize() |
String |
getSource() |
ListPluginsRequest |
setName(String name) |
ListPluginsRequest |
setPage(String page) |
ListPluginsRequest |
setSize(Integer size) |
ListPluginsRequest |
setSource(String source) |
@NameInMap(value="name") public String name
SYSTEM
@NameInMap(value="page") public String page
The ID of the request.
@NameInMap(value="size") public Integer size
The header of the response.
@NameInMap(value="source") public String source
The total number of entries returned.
public static ListPluginsRequest build(Map<String,?> map) throws Exception
Exception
public ListPluginsRequest setName(String name)
public String getName()
public ListPluginsRequest setPage(String page)
public String getPage()
public ListPluginsRequest setSize(Integer size)
public Integer getSize()
public ListPluginsRequest setSource(String source)
public String getSource()
Copyright © 2024. All rights reserved.