public class GetProjectResponse extends Response
| 构造器和说明 |
|---|
GetProjectResponse(Map<String,String> headers) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
FromJsonObject(com.alibaba.fastjson.JSONObject obj) |
String |
getCreateTime() |
DataRedundancyType |
getDataRedundancyType() |
Boolean |
getDeletionProtection() |
String |
getLastModifyTime() |
String |
GetProjectDescription() |
String |
GetProjectOwner() |
String |
GetProjectRegion() |
String |
GetProjectStatus() |
ProjectQuota |
getQuota() |
String |
getResourceGroupId() |
String |
getTransferAcceleration() |
void |
setCreateTime(String createTime) |
void |
setDataRedundancyType(DataRedundancyType dataRedundancyType) |
void |
setDeletionProtection(Boolean deletionProtection) |
void |
setLastModifyTime(String lastModifyTime) |
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 Boolean getDeletionProtection()
public void setDeletionProtection(Boolean deletionProtection)
Copyright © 2026. All Rights Reserved.