public class CollectConfig extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CollectConfig() | 
| CollectConfig(CollectConfig 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 | 
|---|---|
| String | getName()Get 指定采集类型的采集配置名称信息。
当CollectInfo中Type为0:表示元数据配置,name为元数据名称。
目前支持"container_id","container_name","image_name","namespace","pod_uid","pod_name","pod_ip"。
当CollectInfo中Type为1:指定pod label,name为指定pod label名称。 | 
| void | setName(String Name)Set 指定采集类型的采集配置名称信息。
当CollectInfo中Type为0:表示元数据配置,name为元数据名称。
目前支持"container_id","container_name","image_name","namespace","pod_uid","pod_name","pod_ip"。
当CollectInfo中Type为1:指定pod label,name为指定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 CollectConfig()
public CollectConfig(CollectConfig source)
public String getName()
public void setName(String Name)
Name - 指定采集类型的采集配置名称信息。
Copyright © 2025. All rights reserved.