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 Number of Association Rules 
 | 
String | 
getName()
Get Name of the Association Rule (Show Only One of Them)
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getUuid()
Get Host UUID 
 | 
void | 
setCount(Long Count)
Set Number of Association Rules 
 | 
void | 
setName(String Name)
Set Name of the Association Rule (Show Only One of Them)
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setUuid(String Uuid)
Set Host 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 - Host UUIDpublic Long getCount()
public void setCount(Long Count)
Count - Number of Association Rulespublic String getName()
public void setName(String Name)
Name - Name of the Association Rule (Show Only One of Them)
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.