public class AccessWhiteListRule extends AbstractModel
header, skipSign
Constructor and Description |
---|
AccessWhiteListRule() |
AccessWhiteListRule(AccessWhiteListRule 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 |
getId()
Get 规则ID
|
String |
getModifyTime()
Get 修改时间
|
String |
getRemark()
Get 备注信息
|
String |
getSource()
Get IP或者网段
|
void |
setId(Long Id)
Set 规则ID
|
void |
setModifyTime(String ModifyTime)
Set 修改时间
|
void |
setRemark(String Remark)
Set 备注信息
|
void |
setSource(String Source)
Set IP或者网段
|
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 AccessWhiteListRule()
public AccessWhiteListRule(AccessWhiteListRule source)
public Long getId()
public void setId(Long Id)
Id
- 规则IDpublic String getSource()
public void setSource(String Source)
Source
- IP或者网段public String getRemark()
public void setRemark(String Remark)
Remark
- 备注信息public String getModifyTime()
public void setModifyTime(String ModifyTime)
ModifyTime
- 修改时间Copyright © 2025. All rights reserved.