public class DetectLengthLimitCondition extends AbstractModel
header, skipSign
Constructor and Description |
---|
DetectLengthLimitCondition() |
DetectLengthLimitCondition(DetectLengthLimitCondition 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 |
getName()
Get Parameter name of the matched condition.
|
String[] |
getValues()
Get Parameter value of the matched condition, used in pairs with the `Name` parameter.
|
void |
setName(String Name)
Set Parameter name of the matched condition.
|
void |
setValues(String[] Values)
Set Parameter value of the matched condition, used in pairs with the `Name` parameter.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DetectLengthLimitCondition()
public DetectLengthLimitCondition(DetectLengthLimitCondition source)
public String getName()
public void setName(String Name)
Name
- Parameter name of the matched condition. Values:.
public String[] getValues()
public void setValues(String[] Values)
Values
- Parameter value of the matched condition, used in pairs with the `Name` parameter.
When the `Name` value is body_depth, `Values` only support passing in a single value. Values:
Copyright © 2025. All rights reserved.