接口 DataType.IrDataTypeOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- DataType
public static interface DataType.IrDataTypeOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 Common.DataTypegetDataType().common.DataType data_type = 1;intgetDataTypeValue().common.DataType data_type = 1;DataType.GraphDataTypegetGraphType().common.GraphDataType graph_type = 2;DataType.GraphDataTypeOrBuildergetGraphTypeOrBuilder().common.GraphDataType graph_type = 2;DataType.IrDataType.TypeCasegetTypeCase()booleanhasDataType().common.DataType data_type = 1;booleanhasGraphType().common.GraphDataType graph_type = 2;
-
-
-
方法详细资料
-
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.
-
getGraphTypeOrBuilder
DataType.GraphDataTypeOrBuilder getGraphTypeOrBuilder()
.common.GraphDataType graph_type = 2;
-
getTypeCase
DataType.IrDataType.TypeCase getTypeCase()
-
-