public class DescribeBinlogDownloadUrlRequest extends AbstractModel
Constructor and Description |
---|
DescribeBinlogDownloadUrlRequest() |
DescribeBinlogDownloadUrlRequest(DescribeBinlogDownloadUrlRequest 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 |
---|---|
Long |
getBinlogId()
Get Binlog file ID
|
String |
getClusterId()
Get Cluster ID
|
void |
setBinlogId(Long BinlogId)
Set Binlog file ID
|
void |
setClusterId(String ClusterId)
Set Cluster ID
|
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 DescribeBinlogDownloadUrlRequest()
public DescribeBinlogDownloadUrlRequest(DescribeBinlogDownloadUrlRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Cluster IDpublic Long getBinlogId()
public void setBinlogId(Long BinlogId)
BinlogId
- Binlog file IDCopyright © 2023. All rights reserved.