public class ContentIdentifier extends AbstractModel
header, skipSign
Constructor and Description |
---|
ContentIdentifier() |
ContentIdentifier(ContentIdentifier 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 |
getContentId()
Get 内容标识符 ID。
|
String |
getCreatedOn()
Get 创建时间,时间为世界标准时间(UTC), 遵循 ISO 8601 标准的日期和时间格式。
|
String |
getDeletedOn()
Get 删除时间,状态非 deleted 时候为空;时间为世界标准时间(UTC), 遵循 ISO 8601 标准的日期和时间格式。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDescription()
Get 内容标识符描述。
|
String |
getModifiedOn()
Get 最新一次更新时间,时间为世界标准时间(UTC), 遵循 ISO 8601 标准的日期和时间格式。
|
String |
getPlanId()
Get 绑定的套餐 ID。
|
Long |
getReferenceCount()
Get 被规则引擎引用的次数。
|
String |
getStatus()
Get 内容标识符状态,取值有:
active:已生效;
deleted:已删除。
|
Tag[] |
getTags()
Get 绑定的标签。
|
void |
setContentId(String ContentId)
Set 内容标识符 ID。
|
void |
setCreatedOn(String CreatedOn)
Set 创建时间,时间为世界标准时间(UTC), 遵循 ISO 8601 标准的日期和时间格式。
|
void |
setDeletedOn(String DeletedOn)
Set 删除时间,状态非 deleted 时候为空;时间为世界标准时间(UTC), 遵循 ISO 8601 标准的日期和时间格式。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDescription(String Description)
Set 内容标识符描述。
|
void |
setModifiedOn(String ModifiedOn)
Set 最新一次更新时间,时间为世界标准时间(UTC), 遵循 ISO 8601 标准的日期和时间格式。
|
void |
setPlanId(String PlanId)
Set 绑定的套餐 ID。
|
void |
setReferenceCount(Long ReferenceCount)
Set 被规则引擎引用的次数。
|
void |
setStatus(String Status)
Set 内容标识符状态,取值有:
active:已生效;
deleted:已删除。
|
void |
setTags(Tag[] Tags)
Set 绑定的标签。
|
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 ContentIdentifier()
public ContentIdentifier(ContentIdentifier source)
public String getContentId()
public void setContentId(String ContentId)
ContentId
- 内容标识符 ID。public String getDescription()
public void setDescription(String Description)
Description
- 内容标识符描述。public Long getReferenceCount()
public void setReferenceCount(Long ReferenceCount)
ReferenceCount
- 被规则引擎引用的次数。public String getPlanId()
public void setPlanId(String PlanId)
PlanId
- 绑定的套餐 ID。public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- 绑定的标签。public String getStatus()
public void setStatus(String Status)
Status
- 内容标识符状态,取值有:
public String getCreatedOn()
public void setCreatedOn(String CreatedOn)
CreatedOn
- 创建时间,时间为世界标准时间(UTC), 遵循 ISO 8601 标准的日期和时间格式。public String getModifiedOn()
public void setModifiedOn(String ModifiedOn)
ModifiedOn
- 最新一次更新时间,时间为世界标准时间(UTC), 遵循 ISO 8601 标准的日期和时间格式。public String getDeletedOn()
public void setDeletedOn(String DeletedOn)
DeletedOn
- 删除时间,状态非 deleted 时候为空;时间为世界标准时间(UTC), 遵循 ISO 8601 标准的日期和时间格式。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.