public class FrontEndRule extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| FrontEndRule() | 
| FrontEndRule(FrontEndRule 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 | getName()Get 规则名称 | 
| String | getRule()Get 详细规则 | 
| void | setID(Long ID)Set id序列 | 
| void | setName(String Name)Set 规则名称 | 
| void | setRule(String Rule)Set 详细规则 | 
| 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 FrontEndRule()
public FrontEndRule(FrontEndRule source)
public Long getID()
public void setID(Long ID)
ID - id序列public String getName()
public void setName(String Name)
Name - 规则名称public String getRule()
public void setRule(String Rule)
Rule - 详细规则Copyright © 2025. All rights reserved.