接口 DataType.IrDataTypeOrBuilder

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

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

      • hasDataType

        boolean hasDataType()
        .common.DataType data_type = 1;
        返回:
        Whether the dataType field is set.
      • getDataTypeValue

        int getDataTypeValue()
        .common.DataType data_type = 1;
        返回:
        The enum numeric value on the wire for dataType.
      • getDataType

        Common.DataType getDataType()
        .common.DataType data_type = 1;
        返回:
        The dataType.
      • hasGraphType

        boolean hasGraphType()
        .common.GraphDataType graph_type = 2;
        返回:
        Whether the graphType field is set.
      • getGraphType

        DataType.GraphDataType getGraphType()
        .common.GraphDataType graph_type = 2;
        返回:
        The graphType.