public class InputInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
InputInfo() |
InputInfo(InputInfo 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 |
---|---|
InputAuthInfo |
getAuthInfo()
Get Channel input authentication information.
|
String |
getUrl()
Get Channel input URL.
|
void |
setAuthInfo(InputAuthInfo AuthInfo)
Set Channel input authentication information.
|
void |
setUrl(String Url)
Set Channel input URL.
|
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 InputInfo()
public InputInfo(InputInfo source)
public String getUrl()
public void setUrl(String Url)
Url
- Channel input URL.
Note: this field may return null, indicating that no valid values can be obtained.public InputAuthInfo getAuthInfo()
public void setAuthInfo(InputAuthInfo AuthInfo)
AuthInfo
- Channel input authentication information.Copyright © 2024. All rights reserved.