public class CollectInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CollectInfo() | 
| CollectInfo(CollectInfo source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| CollectConfig[] | getCollectConfigs()Get 指定采集类型的采集配置信息。
当Type为0时,CollectConfigs不允许为空。
当Type为1时,CollectConfigs为空时,表示选择所有Pod Label;否则CollectConfigs为指定Pod Label。 | 
| Long | getType()Get 采集类型,必填字段。
0:元数据配置。
1:指定Pod Label。 | 
| void | setCollectConfigs(CollectConfig[] CollectConfigs)Set 指定采集类型的采集配置信息。
当Type为0时,CollectConfigs不允许为空。
当Type为1时,CollectConfigs为空时,表示选择所有Pod Label;否则CollectConfigs为指定Pod Label。 | 
| void | setType(Long Type)Set 采集类型,必填字段。
0:元数据配置。
1:指定Pod Label。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CollectInfo()
public CollectInfo(CollectInfo source)
public Long getType()
public void setType(Long Type)
Type - 采集类型,必填字段。
public CollectConfig[] getCollectConfigs()
public void setCollectConfigs(CollectConfig[] CollectConfigs)
CollectConfigs - 指定采集类型的采集配置信息。
Copyright © 2025. All rights reserved.