public class ModifyAdvancedStoreLocationRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyAdvancedStoreLocationRequest() |
ModifyAdvancedStoreLocationRequest(ModifyAdvancedStoreLocationRequest 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 |
getEnable()
Get 是否启用高级设置:0-否,1-是
|
String |
getStoreLocation()
Get 查询结果保存cos路径
|
void |
setEnable(Long Enable)
Set 是否启用高级设置:0-否,1-是
|
void |
setStoreLocation(String StoreLocation)
Set 查询结果保存cos路径
|
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 ModifyAdvancedStoreLocationRequest()
public ModifyAdvancedStoreLocationRequest(ModifyAdvancedStoreLocationRequest source)
public String getStoreLocation()
public void setStoreLocation(String StoreLocation)
StoreLocation
- 查询结果保存cos路径public Long getEnable()
public void setEnable(Long Enable)
Enable
- 是否启用高级设置:0-否,1-是Copyright © 2024. All rights reserved.