Package com.alibaba.RDDReaderTransfer
Interface essential_typeOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
essential_type
,essential_type.Builder
public interface essential_typeOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getBoolData()
bool bool_data = 5;
double
getDoubleData()
double double_data = 4;
essential_type.EssentialCase
getEssentialCase()
float
getFloatData()
float float_data = 3;
int
getIntData()
int32 int_data = 1;
long
getLongData()
int64 long_data = 2;
String
getStringData()
string string_data = 6;
com.google.protobuf.ByteString
getStringDataBytes()
string string_data = 6;
boolean
hasBoolData()
bool bool_data = 5;
boolean
hasDoubleData()
double double_data = 4;
boolean
hasFloatData()
float float_data = 3;
boolean
hasIntData()
int32 int_data = 1;
boolean
hasLongData()
int64 long_data = 2;
boolean
hasStringData()
string string_data = 6;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasIntData
boolean hasIntData()
int32 int_data = 1;
- Returns:
- Whether the intData field is set.
-
getIntData
int getIntData()
int32 int_data = 1;
- Returns:
- The intData.
-
hasLongData
boolean hasLongData()
int64 long_data = 2;
- Returns:
- Whether the longData field is set.
-
getLongData
long getLongData()
int64 long_data = 2;
- Returns:
- The longData.
-
hasFloatData
boolean hasFloatData()
float float_data = 3;
- Returns:
- Whether the floatData field is set.
-
getFloatData
float getFloatData()
float float_data = 3;
- Returns:
- The floatData.
-
hasDoubleData
boolean hasDoubleData()
double double_data = 4;
- Returns:
- Whether the doubleData field is set.
-
getDoubleData
double getDoubleData()
double double_data = 4;
- Returns:
- The doubleData.
-
hasBoolData
boolean hasBoolData()
bool bool_data = 5;
- Returns:
- Whether the boolData field is set.
-
getBoolData
boolean getBoolData()
bool bool_data = 5;
- Returns:
- The boolData.
-
hasStringData
boolean hasStringData()
string string_data = 6;
- Returns:
- Whether the stringData field is set.
-
getStringData
String getStringData()
string string_data = 6;
- Returns:
- The stringData.
-
getStringDataBytes
com.google.protobuf.ByteString getStringDataBytes()
string string_data = 6;
- Returns:
- The bytes for stringData.
-
getEssentialCase
essential_type.EssentialCase getEssentialCase()
-
-