public class DestinationInfo extends AbstractModel
header, skipSign
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 |
---|---|
AmazonS3Settings |
getAmazonS3Settings()
Get Aws S3 destination setting.
|
String |
getAuthKey()
Get Authentication key.
|
CosSettings |
getCosSettings()
Get Cos destination setting.
|
String |
getDestinationType()
Get The destination type of the retweet.
|
String |
getOutputUrl()
Get Relay destination address.
|
String |
getPassword()
Get Authentication password.
|
String |
getUsername()
Get Authentication username.
|
void |
setAmazonS3Settings(AmazonS3Settings AmazonS3Settings)
Set Aws S3 destination setting.
|
void |
setAuthKey(String AuthKey)
Set Authentication key.
|
void |
setCosSettings(CosSettings CosSettings)
Set Cos destination setting.
|
void |
setDestinationType(String DestinationType)
Set The destination type of the retweet.
|
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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public 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.public String getDestinationType()
public void setDestinationType(String DestinationType)
DestinationType
- The destination type of the retweet. Currently available values are: Standard, AWS_MediaPackageV1, AWS_MediaPackageV2. The default is: Standard. When the output group type is FRAME_CAPTURE, valid values are: AWS_AmazonS3, COS.public AmazonS3Settings getAmazonS3Settings()
public void setAmazonS3Settings(AmazonS3Settings AmazonS3Settings)
AmazonS3Settings
- Aws S3 destination setting.public CosSettings getCosSettings()
public void setCosSettings(CosSettings CosSettings)
CosSettings
- Cos destination setting.Copyright © 2024. All rights reserved.