public class UserWhiteRule extends AbstractModel
header, skipSign
Constructor and Description |
---|
UserWhiteRule() |
UserWhiteRule(UserWhiteRule 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 |
getCreateTime()
Get 创建时间
|
String |
getMatchContent()
Get 匹配内容
|
String |
getMatchField()
Get 匹配域
|
String |
getMatchMethod()
Get 匹配方法
|
String |
getModifyTime()
Get 修改时间
|
String |
getSignatureId()
Get 规则id
|
Long |
getStatus()
Get 状态
|
Long |
getWhiteRuleId()
Get 白名单的id
|
void |
setCreateTime(String CreateTime)
Set 创建时间
|
void |
setMatchContent(String MatchContent)
Set 匹配内容
|
void |
setMatchField(String MatchField)
Set 匹配域
|
void |
setMatchMethod(String MatchMethod)
Set 匹配方法
|
void |
setModifyTime(String ModifyTime)
Set 修改时间
|
void |
setSignatureId(String SignatureId)
Set 规则id
|
void |
setStatus(Long Status)
Set 状态
|
void |
setWhiteRuleId(Long WhiteRuleId)
Set 白名单的id
|
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, toJsonString
public UserWhiteRule()
public UserWhiteRule(UserWhiteRule source)
public Long getWhiteRuleId()
public void setWhiteRuleId(Long WhiteRuleId)
WhiteRuleId
- 白名单的idpublic String getSignatureId()
public void setSignatureId(String SignatureId)
SignatureId
- 规则idpublic Long getStatus()
public void setStatus(Long Status)
Status
- 状态public String getMatchField()
public void setMatchField(String MatchField)
MatchField
- 匹配域public String getMatchMethod()
public void setMatchMethod(String MatchMethod)
MatchMethod
- 匹配方法public String getMatchContent()
public void setMatchContent(String MatchContent)
MatchContent
- 匹配内容public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间public String getModifyTime()
public void setModifyTime(String ModifyTime)
ModifyTime
- 修改时间Copyright © 2024. All rights reserved.