public class ClientRule extends AbstractModel
Constructor and Description |
---|
ClientRule() |
ClientRule(ClientRule 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 |
getBlockTime()
Get The blocking time recorded in UNIX timestamp.
|
String |
getClientIp()
Get The client IP.
|
String |
getDescription()
Get The rule description.
|
String |
getId()
Get The data entry ID.
|
String |
getIpStatus()
Get The blocking status.
|
Long |
getRuleId()
Get The rule ID.
|
String |
getRuleType()
Get The rule type.
|
void |
setBlockTime(Long BlockTime)
Set The blocking time recorded in UNIX timestamp.
|
void |
setClientIp(String ClientIp)
Set The client IP.
|
void |
setDescription(String Description)
Set The rule description.
|
void |
setId(String Id)
Set The data entry ID.
|
void |
setIpStatus(String IpStatus)
Set The blocking status.
|
void |
setRuleId(Long RuleId)
Set The rule ID.
|
void |
setRuleType(String RuleType)
Set The rule type.
|
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 ClientRule()
public ClientRule(ClientRule source)
public String getClientIp()
public void setClientIp(String ClientIp)
ClientIp
- The client IP.public String getRuleType()
public void setRuleType(String RuleType)
RuleType
- The rule type.public Long getRuleId()
public void setRuleId(Long RuleId)
RuleId
- The rule ID.
Note: This field may return null, indicating that no valid values can be obtained.public String getDescription()
public void setDescription(String Description)
Description
- The rule description.
Note: This field may return null, indicating that no valid values can be obtained.public String getIpStatus()
public void setIpStatus(String IpStatus)
IpStatus
- The blocking status. Values:
public Long getBlockTime()
public void setBlockTime(Long BlockTime)
BlockTime
- The blocking time recorded in UNIX timestamp.public String getId()
public void setId(String Id)
Id
- The data entry ID.Copyright © 2023. All rights reserved.