public class DestinationInfo extends AbstractModel
| Constructor and Description | 
|---|
DestinationInfo()  | 
DestinationInfo(DestinationInfo 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 | 
getAuthKey()
Get Authentication key. 
 | 
String | 
getOutputUrl()
Get Relay destination address. 
 | 
String | 
getPassword()
Get Authentication password. 
 | 
String | 
getUsername()
Get Authentication username. 
 | 
void | 
setAuthKey(String AuthKey)
Set Authentication key. 
 | 
void | 
setOutputUrl(String OutputUrl)
Set Relay destination address. 
 | 
void | 
setPassword(String Password)
Set Authentication password. 
 | 
void | 
setUsername(String Username)
Set Authentication username. 
 | 
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 DestinationInfo()
public DestinationInfo(DestinationInfo source)
public String getOutputUrl()
public void setOutputUrl(String OutputUrl)
OutputUrl - Relay destination address. Length limit: [1,512].public String getAuthKey()
public void setAuthKey(String AuthKey)
AuthKey - Authentication key. Length limit: [1,128].
Note: this field may return null, indicating that no valid values can be obtained.public String getUsername()
public void setUsername(String Username)
Username - Authentication username. Length limit: [1,128].
Note: this field may return null, indicating that no valid values can be obtained.public String getPassword()
public void setPassword(String Password)
Password - Authentication password. Length limit: [1,128].
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2022. All rights reserved.