public class UserApplicationStore extends AbstractModel
header, skipSign
Constructor and Description |
---|
UserApplicationStore() |
UserApplicationStore(UserApplicationStore 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 |
getCosBucket()
Get COS bucket name.
|
String |
getCosRegion()
Get COS bucket region.
|
String |
getStorePath()
Get Repository path.
|
String |
getStoreState()
Get Repository status.
|
String |
getStoreType()
Get Repository type.
|
void |
setCosBucket(String CosBucket)
Set COS bucket name.
|
void |
setCosRegion(String CosRegion)
Set COS bucket region.
|
void |
setStorePath(String StorePath)
Set Repository path.
|
void |
setStoreState(String StoreState)
Set Repository status.
|
void |
setStoreType(String StoreType)
Set Repository type.
|
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 UserApplicationStore()
public UserApplicationStore(UserApplicationStore source)
public String getCosBucket()
public void setCosBucket(String CosBucket)
CosBucket
- COS bucket name.
Note: This field may return null, indicating that no valid values can be obtained.public String getCosRegion()
public void setCosRegion(String CosRegion)
CosRegion
- COS bucket region.
Note: This field may return null, indicating that no valid values can be obtained.public String getStoreType()
public void setStoreType(String StoreType)
StoreType
- Repository type. LOG: application logs; ARCHIVE: application archive.
Note: This field may return null, indicating that no valid values can be obtained.public String getStoreState()
public void setStoreState(String StoreState)
StoreState
- Repository status. ON: enabled; OFF: disabled.
Note: This field may return null, indicating that no valid values can be obtained.public String getStorePath()
public void setStorePath(String StorePath)
StorePath
- Repository path.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.