public class PlatformInfo extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getCreateTime()
Get 创建时间,格式按照 ISO 8601 标准表示。
|
String |
getDescription()
Get 平台描述。
|
String |
getLicenseId()
Get 平台绑定的 license Id。
|
String |
getPlatform()
Get 平台标识。
|
String |
getStatus()
Get 平台状态,可取值为:
Normal:正常,可使用。;
Stopped:已停用,暂无法使用;
Expired:已过期,需要重新购买会员包。
|
String |
getUpdateTime()
Get 更新时间,格式按照 ISO 8601 标准表示。
|
Long |
getVodSubAppId()
Get 云点播子应用 Id。
|
void |
setCreateTime(String CreateTime)
Set 创建时间,格式按照 ISO 8601 标准表示。
|
void |
setDescription(String Description)
Set 平台描述。
|
void |
setLicenseId(String LicenseId)
Set 平台绑定的 license Id。
|
void |
setPlatform(String Platform)
Set 平台标识。
|
void |
setStatus(String Status)
Set 平台状态,可取值为:
Normal:正常,可使用。;
Stopped:已停用,暂无法使用;
Expired:已过期,需要重新购买会员包。
|
void |
setUpdateTime(String UpdateTime)
Set 更新时间,格式按照 ISO 8601 标准表示。
|
void |
setVodSubAppId(Long VodSubAppId)
Set 云点播子应用 Id。
|
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 PlatformInfo()
public PlatformInfo(PlatformInfo source)
public String getPlatform()
public void setPlatform(String Platform)
Platform
- 平台标识。public String getDescription()
public void setDescription(String Description)
Description
- 平台描述。public Long getVodSubAppId()
public void setVodSubAppId(Long VodSubAppId)
VodSubAppId
- 云点播子应用 Id。public String getLicenseId()
public void setLicenseId(String LicenseId)
LicenseId
- 平台绑定的 license Id。public String getStatus()
public void setStatus(String Status)
Status
- 平台状态,可取值为:
public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间,格式按照 ISO 8601 标准表示。public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- 更新时间,格式按照 ISO 8601 标准表示。Copyright © 2025. All rights reserved.