public class DestinationInfo extends AbstractModel
Constructor and Description |
---|
DestinationInfo() |
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, toJsonString
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 © 2020. All rights reserved.