public class ListCollectorsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
instanceId
The ID of the resource with which the shipper is associated.
|
String |
name
The name of the shipper.
|
Integer |
page
The number of the page to return.
|
String |
resId
The ID of the shipper.
|
Integer |
size
The number of entries to return on each page.
|
String |
sourceType
The type of the machine on which the shipper is deployed.
|
构造器和说明 |
---|
ListCollectorsRequest() |
限定符和类型 | 方法和说明 |
---|---|
static ListCollectorsRequest |
build(Map<String,?> map) |
String |
getInstanceId() |
String |
getName() |
Integer |
getPage() |
String |
getResId() |
Integer |
getSize() |
String |
getSourceType() |
ListCollectorsRequest |
setInstanceId(String instanceId) |
ListCollectorsRequest |
setName(String name) |
ListCollectorsRequest |
setPage(Integer page) |
ListCollectorsRequest |
setResId(String resId) |
ListCollectorsRequest |
setSize(Integer size) |
ListCollectorsRequest |
setSourceType(String sourceType) |
@NameInMap(value="instanceId") public String instanceId
The ID of the resource with which the shipper is associated.
@NameInMap(value="name") public String name
The name of the shipper.
@NameInMap(value="page") public Integer page
The number of the page to return. Valid values: 1 to 200. Default value: 1.
@NameInMap(value="resId") public String resId
The ID of the shipper.
@NameInMap(value="size") public Integer size
The number of entries to return on each page. Valid values: 1 to 500. Default value: 20.
@NameInMap(value="sourceType") public String sourceType
The type of the machine on which the shipper is deployed. If you leave this parameter empty, shippers deployed on all types of machines are returned. Valid values:
* ECS
* ACK
public static ListCollectorsRequest build(Map<String,?> map) throws Exception
Exception
public ListCollectorsRequest setInstanceId(String instanceId)
public String getInstanceId()
public ListCollectorsRequest setName(String name)
public String getName()
public ListCollectorsRequest setPage(Integer page)
public Integer getPage()
public ListCollectorsRequest setResId(String resId)
public String getResId()
public ListCollectorsRequest setSize(Integer size)
public Integer getSize()
public ListCollectorsRequest setSourceType(String sourceType)
public String getSourceType()
Copyright © 2024. All rights reserved.