public class DescribeCosCredentialRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeCosCredentialRequest() |
DescribeCosCredentialRequest(DescribeCosCredentialRequest 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 |
getApplicationFileName()
Get Application file name (the file must be a compressed package with a zip/rar/7z file name extension).
|
String |
getApplicationId()
Get Application ID.
|
void |
setApplicationFileName(String ApplicationFileName)
Set Application file name (the file must be a compressed package with a zip/rar/7z file name extension).
|
void |
setApplicationId(String ApplicationId)
Set Application ID.
|
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 DescribeCosCredentialRequest()
public DescribeCosCredentialRequest(DescribeCosCredentialRequest source)
public String getApplicationId()
public void setApplicationId(String ApplicationId)
ApplicationId
- Application ID.public String getApplicationFileName()
public void setApplicationFileName(String ApplicationFileName)
ApplicationFileName
- Application file name (the file must be a compressed package with a zip/rar/7z file name extension).Copyright © 2024. All rights reserved.