public class ReactionTimeRange extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ReactionTimeRange()  | 
ReactionTimeRange(ReactionTimeRange 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 | 
getMax()
Get Maximum response time (ms). 
 | 
String | 
getMin()
Get Minimum response time (ms). 
 | 
void | 
setMax(String Max)
Set Maximum response time (ms). 
 | 
void | 
setMin(String Min)
Set Minimum response time (ms). 
 | 
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 ReactionTimeRange()
public ReactionTimeRange(ReactionTimeRange source)
public String getMin()
public void setMin(String Min)
Min - Minimum response time (ms).public String getMax()
public void setMax(String Max)
Max - Maximum response time (ms).Copyright © 2025. All rights reserved.