public class OthersPrivateAccess extends AbstractModel
header, skipSign
Constructor and Description |
---|
OthersPrivateAccess() |
OthersPrivateAccess(OthersPrivateAccess 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 |
getAccessKey()
Get Access ID.
|
String |
getBucket()
Get Bucket name
|
String |
getRegion()
Get Region.
|
String |
getSecretKey()
Get Key.
|
String |
getSwitch()
Get Other manufacturers' object storage back-to-origin authentication configuration switch, the values u200bu200bare: on: on; off: off.
|
void |
setAccessKey(String AccessKey)
Set Access ID.
|
void |
setBucket(String Bucket)
Set Bucket name
|
void |
setRegion(String Region)
Set Region.
|
void |
setSecretKey(String SecretKey)
Set Key.
|
void |
setSwitch(String Switch)
Set Other manufacturers' object storage back-to-origin authentication configuration switch, the values u200bu200bare: on: on; off: off.
|
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 OthersPrivateAccess()
public OthersPrivateAccess(OthersPrivateAccess source)
public String getSwitch()
public void setSwitch(String Switch)
Switch
- Other manufacturers' object storage back-to-origin authentication configuration switch, the values u200bu200bare: public String getAccessKey()
public void setAccessKey(String AccessKey)
AccessKey
- Access ID.public String getSecretKey()
public void setSecretKey(String SecretKey)
SecretKey
- Key.public String getRegion()
public void setRegion(String Region)
Region
- Region.public String getBucket()
public void setBucket(String Bucket)
Bucket
- Bucket nameCopyright © 2024. All rights reserved.