Class CreateCosTokenRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tem.v20201221.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 Long
getOptType()
Get optType 1上传 2查询String
getPkgName()
Get 包名String
getServiceId()
Get 服务IDLong
getSourceChannel()
Get 来源 channelString
getVersionId()
Get 服务版本IDvoid
setOptType(Long OptType)
Set optType 1上传 2查询void
setPkgName(String PkgName)
Set 包名void
setServiceId(String ServiceId)
Set 服务IDvoid
setSourceChannel(Long SourceChannel)
Set 来源 channelvoid
setVersionId(String VersionId)
Set 服务版本IDvoid
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
-
getServiceId
public String getServiceId()
Get 服务ID- Returns:
- ServiceId 服务ID
-
setServiceId
public void setServiceId(String ServiceId)
Set 服务ID- Parameters:
ServiceId
- 服务ID
-
getVersionId
public String getVersionId()
Get 服务版本ID- Returns:
- VersionId 服务版本ID
-
setVersionId
public void setVersionId(String VersionId)
Set 服务版本ID- Parameters:
VersionId
- 服务版本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
-
-