public class CreateStoreLocationRequest extends AbstractModel
Constructor and Description |
---|
CreateStoreLocationRequest() |
CreateStoreLocationRequest(CreateStoreLocationRequest 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 |
getStoreLocation()
Get 计算结果存储cos路径,如:cosn://bucketname/
|
void |
setStoreLocation(String StoreLocation)
Set 计算结果存储cos路径,如:cosn://bucketname/
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CreateStoreLocationRequest()
public CreateStoreLocationRequest(CreateStoreLocationRequest source)
public String getStoreLocation()
public void setStoreLocation(String StoreLocation)
StoreLocation
- 计算结果存储cos路径,如:cosn://bucketname/Copyright © 2022. All rights reserved.