public class FirstPartConfig extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
FirstPartConfig()  | 
FirstPartConfig(FirstPartConfig 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 | 
getStatTime()
Get The statistical period of the first segment packet is in seconds. 
 | 
String | 
getSwitch()
Get Switch. 
 | 
void | 
setStatTime(Long StatTime)
Set The statistical period of the first segment packet is in seconds. 
 | 
void | 
setSwitch(String Switch)
Set Switch. 
 | 
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 FirstPartConfig()
public FirstPartConfig(FirstPartConfig source)
public String getSwitch()
public void setSwitch(String Switch)
Switch - Switch. valid values:.
public Long getStatTime()
public void setStatTime(Long StatTime)
StatTime - The statistical period of the first segment packet is in seconds. expect the duration to be 5 seconds by default.Copyright © 2025. All rights reserved.