public class GetInstanceDetailResponse
extends com.baidubce.common.BaseBceResponse
| Constructor and Description |
|---|
GetInstanceDetailResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBucket() |
Instance |
getInfo() |
InstanceQuota |
getQuota() |
String |
getRegion() |
InstanceStatistic |
getStatistic() |
GetInstanceDetailResponse |
setBucket(String bucket) |
GetInstanceDetailResponse |
setInfo(Instance info) |
GetInstanceDetailResponse |
setQuota(InstanceQuota quota) |
GetInstanceDetailResponse |
setRegion(String region) |
GetInstanceDetailResponse |
setStatistic(InstanceStatistic statistic) |
String |
toString() |
public String getBucket()
public GetInstanceDetailResponse setBucket(String bucket)
public String getRegion()
public GetInstanceDetailResponse setRegion(String region)
public Instance getInfo()
public GetInstanceDetailResponse setInfo(Instance info)
public InstanceStatistic getStatistic()
public GetInstanceDetailResponse setStatistic(InstanceStatistic statistic)
public InstanceQuota getQuota()
public GetInstanceDetailResponse setQuota(InstanceQuota quota)
Copyright © 2026. All rights reserved.