public class FileTamperRuleCount extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| FileTamperRuleCount() | 
| FileTamperRuleCount(FileTamperRuleCount 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 | 
|---|---|
| Long | getCount()Get 关联规则的数量 | 
| String | getName()Get 关联规则的名称(仅展示其中一条) | 
| String | getUuid()Get 主机uuid | 
| void | setCount(Long Count)Set 关联规则的数量 | 
| void | setName(String Name)Set 关联规则的名称(仅展示其中一条) | 
| void | setUuid(String Uuid)Set 主机uuid | 
| 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 FileTamperRuleCount()
public FileTamperRuleCount(FileTamperRuleCount source)
public String getUuid()
public void setUuid(String Uuid)
Uuid - 主机uuidpublic Long getCount()
public void setCount(Long Count)
Count - 关联规则的数量public String getName()
public void setName(String Name)
Name - 关联规则的名称(仅展示其中一条)Copyright © 2025. All rights reserved.