public class CreateCosTokenRequest extends AbstractModel
Constructor and Description |
---|
CreateCosTokenRequest() |
CreateCosTokenRequest(CreateCosTokenRequest 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 |
getApplicationId()
Get Application ID
|
Long |
getOptType()
Get Operation type.
|
String |
getPkgName()
Get Package name
|
Long |
getSourceChannel()
Get Source channel
|
String |
getTimeVersion()
Get Input parameter of `deployVersion`
|
void |
setApplicationId(String ApplicationId)
Set Application ID
|
void |
setOptType(Long OptType)
Set Operation type.
|
void |
setPkgName(String PkgName)
Set Package name
|
void |
setSourceChannel(Long SourceChannel)
Set Source channel
|
void |
setTimeVersion(String TimeVersion)
Set Input parameter of `deployVersion`
|
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 CreateCosTokenRequest()
public CreateCosTokenRequest(CreateCosTokenRequest source)
public String getApplicationId()
public void setApplicationId(String ApplicationId)
ApplicationId
- Application IDpublic String getPkgName()
public void setPkgName(String PkgName)
PkgName
- Package namepublic Long getOptType()
public void setOptType(Long OptType)
OptType
- Operation type. 1: upload; 2: querypublic Long getSourceChannel()
public void setSourceChannel(Long SourceChannel)
SourceChannel
- Source channelpublic String getTimeVersion()
public void setTimeVersion(String TimeVersion)
TimeVersion
- Input parameter of `deployVersion`Copyright © 2023. All rights reserved.