public class ResourceConfigItem extends AbstractModel
Constructor and Description |
---|
ResourceConfigItem() |
ResourceConfigItem(ResourceConfigItem 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 资源所属AppId
|
String |
getCreateTime()
Get 资源创建时间
|
String |
getCreatorUin()
Get 子账号Uin
|
String |
getOwnerUin()
Get 主账号Uin
|
Long |
getRefJobCount()
Get 关联作业个数
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRegion()
Get 资源所属地域
|
String |
getRemark()
Get 资源描述
|
String |
getResourceId()
Get 资源ID
|
ResourceLoc |
getResourceLoc()
Get 资源位置描述
|
Long |
getResourceType()
Get 资源类型
|
Long |
getStatus()
Get 资源状态:0: 资源同步中,1:资源已就绪
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getVersion()
Get 资源版本
|
void |
setAppId(Long AppId)
Set 资源所属AppId
|
void |
setCreateTime(String CreateTime)
Set 资源创建时间
|
void |
setCreatorUin(String CreatorUin)
Set 子账号Uin
|
void |
setOwnerUin(String OwnerUin)
Set 主账号Uin
|
void |
setRefJobCount(Long RefJobCount)
Set 关联作业个数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRegion(String Region)
Set 资源所属地域
|
void |
setRemark(String Remark)
Set 资源描述
|
void |
setResourceId(String ResourceId)
Set 资源ID
|
void |
setResourceLoc(ResourceLoc ResourceLoc)
Set 资源位置描述
|
void |
setResourceType(Long ResourceType)
Set 资源类型
|
void |
setStatus(Long Status)
Set 资源状态:0: 资源同步中,1:资源已就绪
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVersion(Long Version)
Set 资源版本
|
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 ResourceConfigItem()
public ResourceConfigItem(ResourceConfigItem source)
public String getResourceId()
public void setResourceId(String ResourceId)
ResourceId
- 资源IDpublic Long getResourceType()
public void setResourceType(Long ResourceType)
ResourceType
- 资源类型public String getRegion()
public void setRegion(String Region)
Region
- 资源所属地域public Long getAppId()
public void setAppId(Long AppId)
AppId
- 资源所属AppIdpublic String getOwnerUin()
public void setOwnerUin(String OwnerUin)
OwnerUin
- 主账号Uinpublic String getCreatorUin()
public void setCreatorUin(String CreatorUin)
CreatorUin
- 子账号Uinpublic ResourceLoc getResourceLoc()
public void setResourceLoc(ResourceLoc ResourceLoc)
ResourceLoc
- 资源位置描述public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 资源创建时间public Long getVersion()
public void setVersion(Long Version)
Version
- 资源版本public String getRemark()
public void setRemark(String Remark)
Remark
- 资源描述public Long getStatus()
public void setStatus(Long Status)
Status
- 资源状态:0: 资源同步中,1:资源已就绪
注意:此字段可能返回 null,表示取不到有效值。public Long getRefJobCount()
public void setRefJobCount(Long RefJobCount)
RefJobCount
- 关联作业个数
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.