public class CreateCosTokenRequest extends AbstractModel
header, skipSign
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 应用ID
|
Long |
getOptType()
Get optType 1上传 2查询
|
String |
getPkgName()
Get 包名
|
Long |
getSourceChannel()
Get 来源 channel
|
String |
getTimeVersion()
Get 充当deployVersion入参
|
void |
setApplicationId(String ApplicationId)
Set 应用ID
|
void |
setOptType(Long OptType)
Set optType 1上传 2查询
|
void |
setPkgName(String PkgName)
Set 包名
|
void |
setSourceChannel(Long SourceChannel)
Set 来源 channel
|
void |
setTimeVersion(String TimeVersion)
Set 充当deployVersion入参
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateCosTokenRequest()
public CreateCosTokenRequest(CreateCosTokenRequest source)
public String getApplicationId()
public void setApplicationId(String ApplicationId)
ApplicationId
- 应用IDpublic String getPkgName()
public void setPkgName(String PkgName)
PkgName
- 包名public Long getOptType()
public void setOptType(Long OptType)
OptType
- optType 1上传 2查询public Long getSourceChannel()
public void setSourceChannel(Long SourceChannel)
SourceChannel
- 来源 channelpublic String getTimeVersion()
public void setTimeVersion(String TimeVersion)
TimeVersion
- 充当deployVersion入参Copyright © 2024. All rights reserved.