public class SearchCosRechargeInfoRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
SearchCosRechargeInfoRequest() |
SearchCosRechargeInfoRequest(SearchCosRechargeInfoRequest 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 |
getBucket()
Get COS bucket, see the supported [bucket naming conventions](https://intl.cloud.tencent.com/document/product/436/13312?from_cn_redirect=1).
|
String |
getBucketRegion()
Get The region where the COS bucket is located, see the supported [region list](https://intl.cloud.tencent.com/document/product/436/6224?from_cn_redirect=1).
|
String |
getCompress()
Get Compression mode: "", "gzip", "lzop", and "snappy".
|
String |
getLogsetId()
Get Logset ID
|
String |
getName()
Get Delivery Task Name
|
String |
getPrefix()
Get The prefix of the folder where COS files are located
|
String |
getTopicId()
Get Log topic ID
|
void |
setBucket(String Bucket)
Set COS bucket, see the supported [bucket naming conventions](https://intl.cloud.tencent.com/document/product/436/13312?from_cn_redirect=1).
|
void |
setBucketRegion(String BucketRegion)
Set The region where the COS bucket is located, see the supported [region list](https://intl.cloud.tencent.com/document/product/436/6224?from_cn_redirect=1).
|
void |
setCompress(String Compress)
Set Compression mode: "", "gzip", "lzop", and "snappy".
|
void |
setLogsetId(String LogsetId)
Set Logset ID
|
void |
setName(String Name)
Set Delivery Task Name
|
void |
setPrefix(String Prefix)
Set The prefix of the folder where COS files are located
|
void |
setTopicId(String TopicId)
Set Log topic ID
|
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 SearchCosRechargeInfoRequest()
public SearchCosRechargeInfoRequest(SearchCosRechargeInfoRequest source)
public String getTopicId()
public void setTopicId(String TopicId)
TopicId
- Log topic IDpublic String getLogsetId()
public void setLogsetId(String LogsetId)
LogsetId
- Logset IDpublic String getName()
public void setName(String Name)
Name
- Delivery Task Namepublic String getBucket()
public void setBucket(String Bucket)
Bucket
- COS bucket, see the supported [bucket naming conventions](https://intl.cloud.tencent.com/document/product/436/13312?from_cn_redirect=1).public String getBucketRegion()
public void setBucketRegion(String BucketRegion)
BucketRegion
- The region where the COS bucket is located, see the supported [region list](https://intl.cloud.tencent.com/document/product/436/6224?from_cn_redirect=1).public String getPrefix()
public void setPrefix(String Prefix)
Prefix
- The prefix of the folder where COS files are locatedpublic String getCompress()
public void setCompress(String Compress)
Compress
- Compression mode: "", "gzip", "lzop", and "snappy". The default mode is "".Copyright © 2024. All rights reserved.