public class MachineFileTamperRule extends AbstractModel
header, skipSign
Constructor and Description |
---|
MachineFileTamperRule() |
MachineFileTamperRule(MachineFileTamperRule 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 |
getId()
Get Unique ID
|
String |
getName()
Get Rule name
Note: This field may return null, indicating that no valid values can be obtained.
|
FileTamperRule[] |
getRule()
Get Rule
|
Long |
getRuleCategory()
Get Rule Type.
|
void |
setId(Long Id)
Set Unique ID
|
void |
setName(String Name)
Set Rule name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRule(FileTamperRule[] Rule)
Set Rule
|
void |
setRuleCategory(Long RuleCategory)
Set Rule Type.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public MachineFileTamperRule()
public MachineFileTamperRule(MachineFileTamperRule source)
public String getName()
public void setName(String Name)
Name
- Rule name
Note: This field may return null, indicating that no valid values can be obtained.public Long getRuleCategory()
public void setRuleCategory(Long RuleCategory)
RuleCategory
- Rule Type. 0: System Rule; 1: User Rulepublic FileTamperRule[] getRule()
public void setRule(FileTamperRule[] Rule)
Rule
- Rulepublic Long getId()
public void setId(Long Id)
Id
- Unique IDCopyright © 2025. All rights reserved.