Class CreateCosTokenRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tem.v20210701.models.CreateCosTokenRequest
-
public class CreateCosTokenRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getApplicationId()
Get 应用IDLong
getOptType()
Get optType 1上传 2查询String
getPkgName()
Get 包名Long
getSourceChannel()
Get 来源 channelString
getTimeVersion()
Get 充当deployVersion入参void
setApplicationId(String ApplicationId)
Set 应用IDvoid
setOptType(Long OptType)
Set optType 1上传 2查询void
setPkgName(String PkgName)
Set 包名void
setSourceChannel(Long SourceChannel)
Set 来源 channelvoid
setTimeVersion(String TimeVersion)
Set 充当deployVersion入参void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateCosTokenRequest
public CreateCosTokenRequest()
-
CreateCosTokenRequest
public 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.
-
-
Method Detail
-
getApplicationId
public String getApplicationId()
Get 应用ID- Returns:
- ApplicationId 应用ID
-
setApplicationId
public void setApplicationId(String ApplicationId)
Set 应用ID- Parameters:
ApplicationId
- 应用ID
-
getPkgName
public String getPkgName()
Get 包名- Returns:
- PkgName 包名
-
setPkgName
public void setPkgName(String PkgName)
Set 包名- Parameters:
PkgName
- 包名
-
getOptType
public Long getOptType()
Get optType 1上传 2查询- Returns:
- OptType optType 1上传 2查询
-
setOptType
public void setOptType(Long OptType)
Set optType 1上传 2查询- Parameters:
OptType
- optType 1上传 2查询
-
getSourceChannel
public Long getSourceChannel()
Get 来源 channel- Returns:
- SourceChannel 来源 channel
-
setSourceChannel
public void setSourceChannel(Long SourceChannel)
Set 来源 channel- Parameters:
SourceChannel
- 来源 channel
-
getTimeVersion
public String getTimeVersion()
Get 充当deployVersion入参- Returns:
- TimeVersion 充当deployVersion入参
-
setTimeVersion
public void setTimeVersion(String TimeVersion)
Set 充当deployVersion入参- Parameters:
TimeVersion
- 充当deployVersion入参
-
-