public class Resources extends AbstractModel
Constructor and Description |
---|
Resources() |
Resources(Resources 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 Resource creation time
|
Boolean |
getIsDeleted()
Get Whether the resource is deleted
|
String |
getResourceAlias()
Get Resource alias
|
String |
getResourceId()
Get Resource ID
|
String |
getResourceRegion()
Get Resource region
|
String |
getResourceType()
Get Resource type
|
void |
setCreateTime(String CreateTime)
Set Resource creation time
|
void |
setIsDeleted(Boolean IsDeleted)
Set Whether the resource is deleted
|
void |
setResourceAlias(String ResourceAlias)
Set Resource alias
|
void |
setResourceId(String ResourceId)
Set Resource ID
|
void |
setResourceRegion(String ResourceRegion)
Set Resource region
|
void |
setResourceType(String ResourceType)
Set Resource type
|
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 Resources()
public Resources(Resources source)
public String getResourceType()
public void setResourceType(String ResourceType)
ResourceType
- Resource typepublic String getResourceId()
public void setResourceId(String ResourceId)
ResourceId
- Resource IDpublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Resource creation timepublic String getResourceRegion()
public void setResourceRegion(String ResourceRegion)
ResourceRegion
- Resource regionpublic String getResourceAlias()
public void setResourceAlias(String ResourceAlias)
ResourceAlias
- Resource aliaspublic Boolean getIsDeleted()
public void setIsDeleted(Boolean IsDeleted)
IsDeleted
- Whether the resource is deletedCopyright © 2021. All rights reserved.