public class IncrementalMigrationOriginSuffixConfig extends AbstractModel
header, skipSign
Constructor and Description |
---|
IncrementalMigrationOriginSuffixConfig() |
IncrementalMigrationOriginSuffixConfig(IncrementalMigrationOriginSuffixConfig 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 |
getSuffix()
Get 文件后缀;如填充 `.ts` ,则回源地址为:`http(s)://<回源域名>/<文件名>.ts`。
|
void |
setSuffix(String Suffix)
Set 文件后缀;如填充 `.ts` ,则回源地址为:`http(s)://<回源域名>/<文件名>.ts`。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public IncrementalMigrationOriginSuffixConfig()
public IncrementalMigrationOriginSuffixConfig(IncrementalMigrationOriginSuffixConfig source)
public String getSuffix()
public void setSuffix(String Suffix)
Suffix
- 文件后缀;如填充 `.ts` ,则回源地址为:`http(s)://<回源域名>/<文件名>.ts`。Copyright © 2025. All rights reserved.