public class ResourceItem extends AbstractModel
Constructor and Description |
---|
ResourceItem() |
ResourceItem(ResourceItem 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 |
---|---|
Long |
getAppId()
Get 应用ID
|
String |
getCreateTime()
Get 资源创建时间
|
String |
getCreatorUin()
Get 子账号Uin
|
Long |
getLatestResourceConfigVersion()
Get 资源的资源版本ID
|
String |
getName()
Get 资源名称
|
String |
getOwnerUin()
Get 主账号Uin
|
Long |
getRefJobCount()
Get 关联作业数
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRegion()
Get 资源地域
|
String |
getRemark()
Get 资源备注
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getResourceId()
Get 资源ID
|
ResourceLoc |
getResourceLoc()
Get 资源位置
|
Long |
getResourceType()
Get 资源类型
|
String |
getUpdateTime()
Get 资源最后更新时间
|
Long |
getVersionCount()
Get 版本个数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAppId(Long AppId)
Set 应用ID
|
void |
setCreateTime(String CreateTime)
Set 资源创建时间
|
void |
setCreatorUin(String CreatorUin)
Set 子账号Uin
|
void |
setLatestResourceConfigVersion(Long LatestResourceConfigVersion)
Set 资源的资源版本ID
|
void |
setName(String Name)
Set 资源名称
|
void |
setOwnerUin(String OwnerUin)
Set 主账号Uin
|
void |
setRefJobCount(Long RefJobCount)
Set 关联作业数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRegion(String Region)
Set 资源地域
|
void |
setRemark(String Remark)
Set 资源备注
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setResourceId(String ResourceId)
Set 资源ID
|
void |
setResourceLoc(ResourceLoc ResourceLoc)
Set 资源位置
|
void |
setResourceType(Long ResourceType)
Set 资源类型
|
void |
setUpdateTime(String UpdateTime)
Set 资源最后更新时间
|
void |
setVersionCount(Long VersionCount)
Set 版本个数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ResourceItem()
public ResourceItem(ResourceItem source)
public String getResourceId()
public void setResourceId(String ResourceId)
ResourceId
- 资源IDpublic String getName()
public void setName(String Name)
Name
- 资源名称public Long getResourceType()
public void setResourceType(Long ResourceType)
ResourceType
- 资源类型public ResourceLoc getResourceLoc()
public void setResourceLoc(ResourceLoc ResourceLoc)
ResourceLoc
- 资源位置public String getRegion()
public void setRegion(String Region)
Region
- 资源地域public Long getAppId()
public void setAppId(Long AppId)
AppId
- 应用IDpublic String getOwnerUin()
public void setOwnerUin(String OwnerUin)
OwnerUin
- 主账号Uinpublic String getCreatorUin()
public void setCreatorUin(String CreatorUin)
CreatorUin
- 子账号Uinpublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 资源创建时间public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- 资源最后更新时间public Long getLatestResourceConfigVersion()
public void setLatestResourceConfigVersion(Long LatestResourceConfigVersion)
LatestResourceConfigVersion
- 资源的资源版本IDpublic String getRemark()
public void setRemark(String Remark)
Remark
- 资源备注
注意:此字段可能返回 null,表示取不到有效值。public Long getVersionCount()
public void setVersionCount(Long VersionCount)
VersionCount
- 版本个数
注意:此字段可能返回 null,表示取不到有效值。public Long getRefJobCount()
public void setRefJobCount(Long RefJobCount)
RefJobCount
- 关联作业数
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.