Class PlatformInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cme.v20191029.models.PlatformInfo
-
public class PlatformInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description PlatformInfo()PlatformInfo(PlatformInfo 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 StringgetCreateTime()Get 创建时间,格式按照 ISO 8601 标准表示。StringgetDescription()Get 平台描述。StringgetLicenseId()Get 平台绑定的 license Id。StringgetPlatform()Get 平台标识。StringgetStatus()Get 平台状态,可取值为: Normal:正常,可使用。; Stopped:已停用,暂无法使用; Expired:已过期,需要重新购买会员包。StringgetUpdateTime()Get 更新时间,格式按照 ISO 8601 标准表示。LonggetVodSubAppId()Get 云点播子应用 Id。voidsetCreateTime(String CreateTime)Set 创建时间,格式按照 ISO 8601 标准表示。voidsetDescription(String Description)Set 平台描述。voidsetLicenseId(String LicenseId)Set 平台绑定的 license Id。voidsetPlatform(String Platform)Set 平台标识。voidsetStatus(String Status)Set 平台状态,可取值为: Normal:正常,可使用。; Stopped:已停用,暂无法使用; Expired:已过期,需要重新购买会员包。voidsetUpdateTime(String UpdateTime)Set 更新时间,格式按照 ISO 8601 标准表示。voidsetVodSubAppId(Long VodSubAppId)Set 云点播子应用 Id。voidtoMap(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
-
PlatformInfo
public PlatformInfo()
-
PlatformInfo
public PlatformInfo(PlatformInfo 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
-
getPlatform
public String getPlatform()
Get 平台标识。- Returns:
- Platform 平台标识。
-
setPlatform
public void setPlatform(String Platform)
Set 平台标识。- Parameters:
Platform- 平台标识。
-
getDescription
public String getDescription()
Get 平台描述。- Returns:
- Description 平台描述。
-
setDescription
public void setDescription(String Description)
Set 平台描述。- Parameters:
Description- 平台描述。
-
getVodSubAppId
public Long getVodSubAppId()
Get 云点播子应用 Id。- Returns:
- VodSubAppId 云点播子应用 Id。
-
setVodSubAppId
public void setVodSubAppId(Long VodSubAppId)
Set 云点播子应用 Id。- Parameters:
VodSubAppId- 云点播子应用 Id。
-
getLicenseId
public String getLicenseId()
Get 平台绑定的 license Id。- Returns:
- LicenseId 平台绑定的 license Id。
-
setLicenseId
public void setLicenseId(String LicenseId)
Set 平台绑定的 license Id。- Parameters:
LicenseId- 平台绑定的 license Id。
-
getStatus
public String getStatus()
Get 平台状态,可取值为:- Normal:正常,可使用。;
- Stopped:已停用,暂无法使用;
- Expired:已过期,需要重新购买会员包。
- Returns:
- Status 平台状态,可取值为:
- Normal:正常,可使用。;
- Stopped:已停用,暂无法使用;
- Expired:已过期,需要重新购买会员包。
-
setStatus
public void setStatus(String Status)
Set 平台状态,可取值为:- Normal:正常,可使用。;
- Stopped:已停用,暂无法使用;
- Expired:已过期,需要重新购买会员包。
- Parameters:
Status- 平台状态,可取值为:- Normal:正常,可使用。;
- Stopped:已停用,暂无法使用;
- Expired:已过期,需要重新购买会员包。
-
getCreateTime
public String getCreateTime()
Get 创建时间,格式按照 ISO 8601 标准表示。- Returns:
- CreateTime 创建时间,格式按照 ISO 8601 标准表示。
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 创建时间,格式按照 ISO 8601 标准表示。- Parameters:
CreateTime- 创建时间,格式按照 ISO 8601 标准表示。
-
getUpdateTime
public String getUpdateTime()
Get 更新时间,格式按照 ISO 8601 标准表示。- Returns:
- UpdateTime 更新时间,格式按照 ISO 8601 标准表示。
-
setUpdateTime
public void setUpdateTime(String UpdateTime)
Set 更新时间,格式按照 ISO 8601 标准表示。- Parameters:
UpdateTime- 更新时间,格式按照 ISO 8601 标准表示。
-
-