public class LoadSource extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| LoadSource() | 
| LoadSource(LoadSource 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 | getIP()Get 发压host的IP | 
| String | getPodName()Get 发压host所在的pod | 
| String | getRegion()Get 所属地域 | 
| void | setIP(String IP)Set 发压host的IP | 
| void | setPodName(String PodName)Set 发压host所在的pod | 
| void | setRegion(String Region)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 LoadSource()
public LoadSource(LoadSource source)
public String getIP()
public void setIP(String IP)
IP - 发压host的IPpublic String getPodName()
public void setPodName(String PodName)
PodName - 发压host所在的podpublic String getRegion()
public void setRegion(String Region)
Region - 所属地域Copyright © 2025. All rights reserved.