类 GetGraphStatisticsResponse
- java.lang.Object
-
- com.alibaba.graphscope.interactive.openapi.model.GetGraphStatisticsResponse
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.6.0") public class GetGraphStatisticsResponse extends Object
GetGraphStatisticsResponse
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classGetGraphStatisticsResponse.CustomTypeAdapterFactory
-
字段概要
字段 修饰符和类型 字段 说明 static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_EDGE_TYPE_STATISTICSstatic StringSERIALIZED_NAME_TOTAL_EDGE_COUNTstatic StringSERIALIZED_NAME_TOTAL_VERTEX_COUNTstatic StringSERIALIZED_NAME_VERTEX_TYPE_STATISTICS
-
构造器概要
构造器 构造器 说明 GetGraphStatisticsResponse()
-
方法概要
-
-
-
字段详细资料
-
SERIALIZED_NAME_TOTAL_VERTEX_COUNT
public static final String SERIALIZED_NAME_TOTAL_VERTEX_COUNT
- 另请参阅:
- 常量字段值
-
SERIALIZED_NAME_TOTAL_EDGE_COUNT
public static final String SERIALIZED_NAME_TOTAL_EDGE_COUNT
- 另请参阅:
- 常量字段值
-
SERIALIZED_NAME_VERTEX_TYPE_STATISTICS
public static final String SERIALIZED_NAME_VERTEX_TYPE_STATISTICS
- 另请参阅:
- 常量字段值
-
SERIALIZED_NAME_EDGE_TYPE_STATISTICS
public static final String SERIALIZED_NAME_EDGE_TYPE_STATISTICS
- 另请参阅:
- 常量字段值
-
-
方法详细资料
-
totalVertexCount
public GetGraphStatisticsResponse totalVertexCount(Integer totalVertexCount)
-
getTotalVertexCount
@Nonnull public Integer getTotalVertexCount()
Get totalVertexCount- 返回:
- totalVertexCount
-
setTotalVertexCount
public void setTotalVertexCount(Integer totalVertexCount)
-
totalEdgeCount
public GetGraphStatisticsResponse totalEdgeCount(Integer totalEdgeCount)
-
setTotalEdgeCount
public void setTotalEdgeCount(Integer totalEdgeCount)
-
vertexTypeStatistics
public GetGraphStatisticsResponse vertexTypeStatistics(List<VertexStatistics> vertexTypeStatistics)
-
addVertexTypeStatisticsItem
public GetGraphStatisticsResponse addVertexTypeStatisticsItem(VertexStatistics vertexTypeStatisticsItem)
-
getVertexTypeStatistics
@Nullable public List<VertexStatistics> getVertexTypeStatistics()
Get vertexTypeStatistics- 返回:
- vertexTypeStatistics
-
setVertexTypeStatistics
public void setVertexTypeStatistics(List<VertexStatistics> vertexTypeStatistics)
-
edgeTypeStatistics
public GetGraphStatisticsResponse edgeTypeStatistics(List<EdgeStatistics> edgeTypeStatistics)
-
addEdgeTypeStatisticsItem
public GetGraphStatisticsResponse addEdgeTypeStatisticsItem(EdgeStatistics edgeTypeStatisticsItem)
-
getEdgeTypeStatistics
@Nullable public List<EdgeStatistics> getEdgeTypeStatistics()
Get edgeTypeStatistics- 返回:
- edgeTypeStatistics
-
setEdgeTypeStatistics
public void setEdgeTypeStatistics(List<EdgeStatistics> edgeTypeStatistics)
-
validateJsonElement
public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOExceptionValidates the JSON Element and throws an exception if issues found- 参数:
jsonElement- JSON Element- 抛出:
IOException- if the JSON Element is invalid with respect to GetGraphStatisticsResponse
-
fromJson
public static GetGraphStatisticsResponse fromJson(String jsonString) throws IOException
Create an instance of GetGraphStatisticsResponse given an JSON string- 参数:
jsonString- JSON string- 返回:
- An instance of GetGraphStatisticsResponse
- 抛出:
IOException- if the JSON string is invalid with respect to GetGraphStatisticsResponse
-
toJson
public String toJson()
Convert an instance of GetGraphStatisticsResponse to an JSON string- 返回:
- JSON string
-
-