public class RuleInfo extends AbstractModel
Constructor and Description |
---|
RuleInfo() |
RuleInfo(RuleInfo 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 |
getAppId()
Get User AppId
Note: this field may return `null`, indicating that no valid value is obtained.
|
String |
getCreateTime()
Get Creation time
|
String |
getCreateUin()
Get User OwnerUin
Note: this field may return `null`, indicating that no valid value is obtained.
|
StringKV[] |
getMatchCodeList()
Get The associated match
Note: this field may return `null`, indicating that no valid value is obtained.
|
String |
getRegion()
Get Region
Note: this field may return `null`, indicating that no valid value is obtained.
|
String |
getRuleCode()
Get RuleCode
|
String |
getRuleDesc()
Get Rule description
Note: this field may return `null`, indicating that no valid value is obtained.
|
String |
getRuleName()
Get Rule name.
|
String |
getRuleScript()
Get Rule script
|
StringKV[] |
getTags()
Get Tag
Note: this field may return `null`, indicating that no valid value is obtained.
|
String |
getUin()
Get User UIN
Note: this field may return `null`, indicating that no valid value is obtained.
|
void |
setAppId(String AppId)
Set User AppId
Note: this field may return `null`, indicating that no valid value is obtained.
|
void |
setCreateTime(String CreateTime)
Set Creation time
|
void |
setCreateUin(String CreateUin)
Set User OwnerUin
Note: this field may return `null`, indicating that no valid value is obtained.
|
void |
setMatchCodeList(StringKV[] MatchCodeList)
Set The associated match
Note: this field may return `null`, indicating that no valid value is obtained.
|
void |
setRegion(String Region)
Set Region
Note: this field may return `null`, indicating that no valid value is obtained.
|
void |
setRuleCode(String RuleCode)
Set RuleCode
|
void |
setRuleDesc(String RuleDesc)
Set Rule description
Note: this field may return `null`, indicating that no valid value is obtained.
|
void |
setRuleName(String RuleName)
Set Rule name.
|
void |
setRuleScript(String RuleScript)
Set Rule script
|
void |
setTags(StringKV[] Tags)
Set Tag
Note: this field may return `null`, indicating that no valid value is obtained.
|
void |
setUin(String Uin)
Set User UIN
Note: this field may return `null`, indicating that no valid value is obtained.
|
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, toJsonString
public RuleInfo()
public RuleInfo(RuleInfo source)
public String getRuleName()
public void setRuleName(String RuleName)
RuleName
- Rule name. It supports [a-zA-Z0-9-\.]*.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation timepublic String getRuleDesc()
public void setRuleDesc(String RuleDesc)
RuleDesc
- Rule description
Note: this field may return `null`, indicating that no valid value is obtained.public String getRuleScript()
public void setRuleScript(String RuleScript)
RuleScript
- Rule scriptpublic StringKV[] getTags()
public void setTags(StringKV[] Tags)
Tags
- Tag
Note: this field may return `null`, indicating that no valid value is obtained.public StringKV[] getMatchCodeList()
public void setMatchCodeList(StringKV[] MatchCodeList)
MatchCodeList
- The associated match
Note: this field may return `null`, indicating that no valid value is obtained.public String getRuleCode()
public void setRuleCode(String RuleCode)
RuleCode
- RuleCodepublic String getRegion()
public void setRegion(String Region)
Region
- Region
Note: this field may return `null`, indicating that no valid value is obtained.public String getAppId()
public void setAppId(String AppId)
AppId
- User AppId
Note: this field may return `null`, indicating that no valid value is obtained.public String getUin()
public void setUin(String Uin)
Uin
- User UIN
Note: this field may return `null`, indicating that no valid value is obtained.public String getCreateUin()
public void setCreateUin(String CreateUin)
CreateUin
- User OwnerUin
Note: this field may return `null`, indicating that no valid value is obtained.Copyright © 2023. All rights reserved.