public class LoadSource extends AbstractModel
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
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getPodName()
Get 发压host所在的pod
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRegion()
Get 所属地域
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIP(String IP)
Set 发压host的IP
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPodName(String PodName)
Set 发压host所在的pod
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRegion(String Region)
Set 所属地域
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public LoadSource()
public LoadSource(LoadSource source)
public String getIP()
public void setIP(String IP)
IP
- 发压host的IP
注意:此字段可能返回 null,表示取不到有效值。public String getPodName()
public void setPodName(String PodName)
PodName
- 发压host所在的pod
注意:此字段可能返回 null,表示取不到有效值。public String getRegion()
public void setRegion(String Region)
Region
- 所属地域
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.