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。
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getType()
Get 采集类型,必填字段。
0:元数据配置。
1:指定Pod Label。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCollectConfigs(CollectConfig[] CollectConfigs)
Set 指定采集类型的采集配置信息。
当Type为0时,CollectConfigs不允许为空。
当Type为1时,CollectConfigs为空时,表示选择所有Pod Label;否则CollectConfigs为指定Pod Label。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setType(Long Type)
Set 采集类型,必填字段。
0:元数据配置。
1:指定Pod Label。
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public CollectInfo()
public CollectInfo(CollectInfo source)
public Long getType()
public void setType(Long Type)
Type
- 采集类型,必填字段。
public CollectConfig[] getCollectConfigs()
public void setCollectConfigs(CollectConfig[] CollectConfigs)
CollectConfigs
- 指定采集类型的采集配置信息。
Copyright © 2024. All rights reserved.