public class InstanceInfo extends Object
| Constructor and Description |
|---|
InstanceInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCreateTime()
Get the instance createTime
|
String |
getId()
Get the instance id
|
String |
getName()
Get the instance name
|
String |
getRegion()
Get the instance region
|
String |
getState()
Get the instance state
|
String |
getStorageType()
Get the instance storageType
|
void |
setCreateTime(String createTime)
Set the instance createTime
|
void |
setId(String id)
Set the instance id
|
void |
setName(String name)
Set the instance name
|
void |
setRegion(String region)
Set the instance region
|
void |
setState(String state)
Set the instance state
|
void |
setStorageType(String storageType)
Set the instance storageType
|
String |
toString()
Convert this object to string.
|
public String getId()
public void setId(String id)
id - The instance id set to instance infopublic String getName()
public void setName(String name)
name - The instance name set to instance infopublic String getRegion()
public void setRegion(String region)
region - The instance region set to instance infopublic String getState()
public void setState(String state)
state - The instance state set to instance infopublic String getCreateTime()
public void setCreateTime(String createTime)
createTime - The instanct createTime set to instance infopublic String getStorageType()
public void setStorageType(String storageType)
storageType - The instance storageType set to instance infoCopyright © 2024. All rights reserved.