public class RecordingRuleSet extends AbstractModel
| Constructor and Description | 
|---|
| RecordingRuleSet() | 
| RecordingRuleSet(RecordingRuleSet 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 | getCreatedAt()Get Rule creation time | 
| String | getGroup()Get Rule group | 
| String | getName()Get Group name | 
| String | getRuleId()Get Rule ID | 
| String | getRuleName()Get Rule name
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getRuleState()Get Rule status code | 
| Long | getTotal()Get Number of rules | 
| String | getUpdatedAt()Get Rule update time | 
| void | setCreatedAt(String CreatedAt)Set Rule creation time | 
| void | setGroup(String Group)Set Rule group | 
| void | setName(String Name)Set Group name | 
| void | setRuleId(String RuleId)Set Rule ID | 
| void | setRuleName(String RuleName)Set Rule name
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setRuleState(Long RuleState)Set Rule status code | 
| void | setTotal(Long Total)Set Number of rules | 
| void | setUpdatedAt(String UpdatedAt)Set Rule update time | 
| 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 RecordingRuleSet()
public RecordingRuleSet(RecordingRuleSet source)
public String getRuleId()
public void setRuleId(String RuleId)
RuleId - Rule IDpublic Long getRuleState()
public void setRuleState(Long RuleState)
RuleState - Rule status codepublic String getName()
public void setName(String Name)
Name - Group namepublic String getGroup()
public void setGroup(String Group)
Group - Rule grouppublic Long getTotal()
public void setTotal(Long Total)
Total - Number of rulespublic String getCreatedAt()
public void setCreatedAt(String CreatedAt)
CreatedAt - Rule creation timepublic String getUpdatedAt()
public void setUpdatedAt(String UpdatedAt)
UpdatedAt - Rule update timepublic String getRuleName()
public void setRuleName(String RuleName)
RuleName - Rule name
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2022. All rights reserved.