public class InputInfo extends AbstractModel
| Constructor and Description | 
|---|
| InputInfo() | 
| 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic 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 © 2020. All rights reserved.