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 Pressure machine IP.
|
String |
getPodName()
Get Pressure machine pod.
|
String |
getRegion()
Get Region.
|
void |
setIP(String IP)
Set Pressure machine IP.
|
void |
setPodName(String PodName)
Set Pressure machine pod.
|
void |
setRegion(String Region)
Set Region.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public LoadSource()
public LoadSource(LoadSource source)
public String getIP()
public void setIP(String IP)
IP
- Pressure machine IP.
Note: This field may return null, indicating that no valid value is found.public String getPodName()
public void setPodName(String PodName)
PodName
- Pressure machine pod.
Note: This field may return null, indicating that no valid value is found.public String getRegion()
public void setRegion(String Region)
Region
- Region.
Note: This field may return null, indicating that no valid value is found.Copyright © 2025. All rights reserved.