Package com.cognite.client.dto
Interface MatchFieldOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MatchField,MatchField.Builder
public interface MatchFieldOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetSource()string source = 1;com.google.protobuf.ByteStringgetSourceBytes()string source = 1;StringgetTarget()string target = 2;com.google.protobuf.ByteStringgetTargetBytes()string target = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSource
String getSource()
string source = 1;- Returns:
- The source.
-
getSourceBytes
com.google.protobuf.ByteString getSourceBytes()
string source = 1;- Returns:
- The bytes for source.
-
getTarget
String getTarget()
string target = 2;- Returns:
- The target.
-
getTargetBytes
com.google.protobuf.ByteString getTargetBytes()
string target = 2;- Returns:
- The bytes for target.
-
-