Class GraphInfo
- java.lang.Object
-
- com.graphdbapi.driver.auth.response.info.GraphInfo
-
public class GraphInfo extends Object
图的基础信息- Version:
- 3.3.0
-
-
Constructor Summary
Constructors Constructor Description GraphInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetCreateTime()图的创建时间StringgetCreateUsername()图的创建者用户名LonggetEdgeSize()边个数StringgetGraphName()图名称StringgetGroupName()图所在的用户组名称StringgetRoleType()当前用户对于当前图的角色LonggetVertexSize()点个数
-