public class GetProjectResponse extends Response
| Constructor and Description |
|---|
GetProjectResponse(Map<String,String> headers) |
| Modifier and Type | Method and Description |
|---|---|
void |
FromJsonObject(com.alibaba.fastjson.JSONObject obj) |
String |
getCreateTime() |
DataRedundancyType |
getDataRedundancyType() |
String |
getLastModifyTime() |
String |
getLocation() |
String |
GetProjectDescription() |
String |
GetProjectOwner() |
String |
GetProjectRegion() |
String |
GetProjectStatus() |
ProjectQuota |
getQuota() |
String |
getResourceGroupId() |
String |
getTransferAcceleration() |
void |
setCreateTime(String createTime) |
void |
setDataRedundancyType(DataRedundancyType dataRedundancyType) |
void |
setLastModifyTime(String lastModifyTime) |
void |
setLocation(String location) |
void |
setQuota(ProjectQuota quota) |
void |
setTransferAcceleration(String transferAcceleration) |
GetAllHeaders, GetHeader, GetRequestIdpublic void FromJsonObject(com.alibaba.fastjson.JSONObject obj)
throws LogException
LogExceptionpublic String GetProjectDescription()
public String GetProjectStatus()
public String getResourceGroupId()
public String GetProjectRegion()
public String GetProjectOwner()
public DataRedundancyType getDataRedundancyType()
public void setDataRedundancyType(DataRedundancyType dataRedundancyType)
public ProjectQuota getQuota()
public void setQuota(ProjectQuota quota)
public String getTransferAcceleration()
public void setTransferAcceleration(String transferAcceleration)
public String getCreateTime()
public void setCreateTime(String createTime)
public String getLastModifyTime()
public void setLastModifyTime(String lastModifyTime)
public String getLocation()
public void setLocation(String location)
Copyright © 2025. All Rights Reserved.