public class Project extends LazyLoad
| Modifier and Type | Class and Description |
|---|---|
static class |
Project.Cluster |
static class |
Project.Status
项目空间状态
|
| Modifier and Type | Method and Description |
|---|---|
String |
getComment()
获取Project注释
|
Date |
getCreatedTime()
获取Project创建时间
|
Map<String,String> |
getExtendedProperties()
获取 Project 扩展配置信息
|
Date |
getLastModifiedTime()
获取Project最后修改时间
|
String |
getName()
获取Project名称
|
String |
getOwner()
获得Project所属用户
|
Map<String,String> |
getProperties()
获取Project配置信息
|
String |
getProperty(String key)
查询Project指定配置信息
|
com.aliyun.odps.security.SecurityManager |
getSecurityManager()
获取
SecurityManager对象 |
Project.Status |
getStatus()
获取Project当前状态
|
Map<String,String> |
getSystemVersion() |
void |
reload()
重新加载属性值
|
public void reload()
throws OdpsException
LazyLoadreload in class LazyLoadOdpsExceptionpublic String getName()
public String getComment()
public String getOwner()
public Date getCreatedTime()
public Date getLastModifiedTime()
public Project.Status getStatus()
Project.Statuspublic String getProperty(String key)
key - 配置项public Map<String,String> getExtendedProperties() throws OdpsException
OdpsExceptionpublic com.aliyun.odps.security.SecurityManager getSecurityManager()
SecurityManager对象SecurityManager对象public Map<String,String> getSystemVersion() throws OdpsException
OdpsExceptionCopyright © 2016 Alibaba Cloud Computing. All rights reserved.