public class CreateCosRechargeRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateCosRechargeRequest() |
CreateCosRechargeRequest(CreateCosRechargeRequest 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.
|
String |
getBucketRegion()
Get Region where the COS bucket is located.
|
String |
getCompress()
Get Valid values: "" (default), "gzip", "lzop", "snappy"
|
ExtractRuleInfo |
getExtractRuleInfo()
Get Extraction rule.
|
String |
getLogsetId()
Get ID of the logset.
|
String |
getLogType()
Get The type of log collected.
|
String |
getName()
Get Shipping task name.
|
String |
getPrefix()
Get The prefix of the folder where COS files are located.
|
String |
getTopicId()
Get ID of the log topic.
|
void |
setBucket(String Bucket)
Set COS bucket.
|
void |
setBucketRegion(String BucketRegion)
Set Region where the COS bucket is located.
|
void |
setCompress(String Compress)
Set Valid values: "" (default), "gzip", "lzop", "snappy"
|
void |
setExtractRuleInfo(ExtractRuleInfo ExtractRuleInfo)
Set Extraction rule.
|
void |
setLogsetId(String LogsetId)
Set ID of the logset.
|
void |
setLogType(String LogType)
Set The type of log collected.
|
void |
setName(String Name)
Set Shipping task name.
|
void |
setPrefix(String Prefix)
Set The prefix of the folder where COS files are located.
|
void |
setTopicId(String TopicId)
Set ID of the log topic.
|
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 CreateCosRechargeRequest()
public CreateCosRechargeRequest(CreateCosRechargeRequest source)
public String getTopicId()
public void setTopicId(String TopicId)
TopicId
- ID of the log topic.public String getLogsetId()
public void setLogsetId(String LogsetId)
LogsetId
- ID of the logset.public String getName()
public void setName(String Name)
Name
- Shipping task name.public String getBucket()
public void setBucket(String Bucket)
Bucket
- COS bucket.public String getBucketRegion()
public void setBucketRegion(String BucketRegion)
BucketRegion
- Region where the COS bucket is located.public String getPrefix()
public void setPrefix(String Prefix)
Prefix
- The prefix of the folder where COS files are located.public String getLogType()
public void setLogType(String LogType)
LogType
- The type of log collected. `json_log`: JSON logs; `delimiter_log`: separator logs; `minimalist_log`: full text in a single line
Default value: `minimalist_log`public String getCompress()
public void setCompress(String Compress)
Compress
- Valid values: "" (default), "gzip", "lzop", "snappy"public ExtractRuleInfo getExtractRuleInfo()
public void setExtractRuleInfo(ExtractRuleInfo ExtractRuleInfo)
ExtractRuleInfo
- Extraction rule. If `ExtractRule` is set, `LogType` must be set.Copyright © 2024. All rights reserved.