public class RuleBaseInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
RuleBaseInfo()  | 
RuleBaseInfo(RuleBaseInfo 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 | 
getEditUserName()
Get Name of the editing user 
 | 
Long | 
getEffectImageCount()
Get Number of associated images 
 | 
Boolean | 
getIsDefault()
Get Valid values: `true` (default policy); `false` (custom policy). 
 | 
Boolean | 
getIsEnable()
Get Valid values: `true` (enable the policy); `false` (disable the policy). 
 | 
String | 
getRuleId()
Get Policy ID 
 | 
String | 
getRuleName()
Get Policy name 
 | 
String | 
getUpdateTime()
Get Policy update time, which can be empty. 
 | 
void | 
setEditUserName(String EditUserName)
Set Name of the editing user 
 | 
void | 
setEffectImageCount(Long EffectImageCount)
Set Number of associated images 
 | 
void | 
setIsDefault(Boolean IsDefault)
Set Valid values: `true` (default policy); `false` (custom policy). 
 | 
void | 
setIsEnable(Boolean IsEnable)
Set Valid values: `true` (enable the policy); `false` (disable the policy). 
 | 
void | 
setRuleId(String RuleId)
Set Policy ID 
 | 
void | 
setRuleName(String RuleName)
Set Policy name 
 | 
void | 
setUpdateTime(String UpdateTime)
Set Policy update time, which can be empty. 
 | 
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 RuleBaseInfo()
public RuleBaseInfo(RuleBaseInfo source)
public Boolean getIsDefault()
public void setIsDefault(Boolean IsDefault)
IsDefault - Valid values: `true` (default policy); `false` (custom policy).public Long getEffectImageCount()
public void setEffectImageCount(Long EffectImageCount)
EffectImageCount - Number of associated imagespublic String getRuleId()
public void setRuleId(String RuleId)
RuleId - Policy IDpublic String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - Policy update time, which can be empty.
Note: This field may return null, indicating that no valid values can be obtained.public String getRuleName()
public void setRuleName(String RuleName)
RuleName - Policy namepublic String getEditUserName()
public void setEditUserName(String EditUserName)
EditUserName - Name of the editing userpublic Boolean getIsEnable()
public void setIsEnable(Boolean IsEnable)
IsEnable - Valid values: `true` (enable the policy); `false` (disable the policy).Copyright © 2025. All rights reserved.