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 Whether to enable advanced settings.
|
String |
getStoreLocation()
Get COS path for saving querying results
|
void |
setEnable(Long Enable)
Set Whether to enable advanced settings.
|
void |
setStoreLocation(String StoreLocation)
Set COS path for saving querying results
|
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 ModifyAdvancedStoreLocationRequest()
public ModifyAdvancedStoreLocationRequest(ModifyAdvancedStoreLocationRequest source)
public String getStoreLocation()
public void setStoreLocation(String StoreLocation)
StoreLocation
- COS path for saving querying resultspublic Long getEnable()
public void setEnable(Long Enable)
Enable
- Whether to enable advanced settings. 0 means no while 1 means yes.Copyright © 2025. All rights reserved.