public class MachineGroupTypeInfo extends AbstractModel
| Constructor and Description |
|---|
MachineGroupTypeInfo() |
MachineGroupTypeInfo(MachineGroupTypeInfo 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 |
getType()
Get 机器组类型,ip表示该机器组Values中存的是采集机器的IP地址,label表示该机器组Values中存储的是机器的标签
|
String[] |
getValues()
Get 机器描述列表
|
void |
setType(String Type)
Set 机器组类型,ip表示该机器组Values中存的是采集机器的IP地址,label表示该机器组Values中存储的是机器的标签
|
void |
setValues(String[] Values)
Set 机器描述列表
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic MachineGroupTypeInfo()
public MachineGroupTypeInfo(MachineGroupTypeInfo source)
public String getType()
public void setType(String Type)
Type - 机器组类型,ip表示该机器组Values中存的是采集机器的IP地址,label表示该机器组Values中存储的是机器的标签public String[] getValues()
public void setValues(String[] Values)
Values - 机器描述列表Copyright © 2021. All rights reserved.