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 Content identifier id.
|
String |
getCreatedOn()
Get Creation time, which adopts coordinated universal time (utc) and follows the date and time format of the iso 8601 standard.
|
String |
getDeletedOn()
Get Deletion time, which is empty when the status is not `deleted`.
|
String |
getDescription()
Get Content identifier description.
|
String |
getModifiedOn()
Get Latest update time, which adopts coordinated universal time (utc) and follows the date and time format of the iso 8601 standard.
|
String |
getPlanId()
Get Bound package id.
|
Long |
getReferenceCount()
Get Count of citations by the rule engine.
|
String |
getStatus()
Get Content identifier status.
|
Tag[] |
getTags()
Get Bound tags.
|
void |
setContentId(String ContentId)
Set Content identifier id.
|
void |
setCreatedOn(String CreatedOn)
Set Creation time, which adopts coordinated universal time (utc) and follows the date and time format of the iso 8601 standard.
|
void |
setDeletedOn(String DeletedOn)
Set Deletion time, which is empty when the status is not `deleted`.
|
void |
setDescription(String Description)
Set Content identifier description.
|
void |
setModifiedOn(String ModifiedOn)
Set Latest update time, which adopts coordinated universal time (utc) and follows the date and time format of the iso 8601 standard.
|
void |
setPlanId(String PlanId)
Set Bound package id.
|
void |
setReferenceCount(Long ReferenceCount)
Set Count of citations by the rule engine.
|
void |
setStatus(String Status)
Set Content identifier status.
|
void |
setTags(Tag[] Tags)
Set Bound tags.
|
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
- Content identifier id.public String getDescription()
public void setDescription(String Description)
Description
- Content identifier description.public Long getReferenceCount()
public void setReferenceCount(Long ReferenceCount)
ReferenceCount
- Count of citations by the rule engine.public String getPlanId()
public void setPlanId(String PlanId)
PlanId
- Bound package id.public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- Bound tags.public String getStatus()
public void setStatus(String Status)
Status
- Content identifier status. valid values:.
public String getCreatedOn()
public void setCreatedOn(String CreatedOn)
CreatedOn
- Creation time, which adopts coordinated universal time (utc) and follows the date and time format of the iso 8601 standard.public String getModifiedOn()
public void setModifiedOn(String ModifiedOn)
ModifiedOn
- Latest update time, which adopts coordinated universal time (utc) and follows the date and time format of the iso 8601 standard.public String getDeletedOn()
public void setDeletedOn(String DeletedOn)
DeletedOn
- Deletion time, which is empty when the status is not `deleted`. the time format follows the iso 8601 standard and is represented in coordinated universal time (utc).
Note: this field may return null, which indicates a failure to obtain a valid value.Copyright © 2025. All rights reserved.