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 The parameter value of the match condition.
|
void |
setName(String Name)
Set Parameter name of the matched condition.
|
void |
setValues(String[] Values)
Set The parameter value of the match condition.
|
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 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
- The parameter value of the match condition. the value is used in pairs with Name.
When the Name value is body_depth, Values only support passing in a single value. valid Values:.
Copyright © 2025. All rights reserved.