接口 IrResult.VertexOrBuilder

  • 所有超级接口:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    所有已知实现类:
    IrResult.Vertex, IrResult.Vertex.Builder
    封闭类:
    IrResult

    public static interface IrResult.VertexOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • 方法详细资料

      • getId

        long getId()
        int64 id = 1;
        返回:
        The id.
      • hasLabel

        boolean hasLabel()
        .common.NameOrId label = 2;
        返回:
        Whether the label field is set.
      • getLabel

        Common.NameOrId getLabel()
        .common.NameOrId label = 2;
        返回:
        The label.
      • getPropertiesList

        List<IrResult.Property> getPropertiesList()
        repeated .results.Property properties = 3;
      • getProperties

        IrResult.Property getProperties​(int index)
        repeated .results.Property properties = 3;
      • getPropertiesCount

        int getPropertiesCount()
        repeated .results.Property properties = 3;
      • getPropertiesOrBuilder

        IrResult.PropertyOrBuilder getPropertiesOrBuilder​(int index)
        repeated .results.Property properties = 3;