Interface AppFrameProtoOut.LinkActionMsgOutProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AppFrameProtoOut.LinkActionMsgOutProto,AppFrameProtoOut.LinkActionMsgOutProto.Builder
- Enclosing class:
- AppFrameProtoOut
public static interface AppFrameProtoOut.LinkActionMsgOutProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AppFrameProtoOut.LinkActionMsgOutProto.LinkActionTypeProtogetAction()required .appFrameProtoOut.LinkActionMsgOutProto.LinkActionTypeProto action = 1;java.lang.StringgetSrc()required string src = 2;com.google.protobuf.ByteStringgetSrcBytes()required string src = 2;booleanhasAction()required .appFrameProtoOut.LinkActionMsgOutProto.LinkActionTypeProto action = 1;booleanhasSrc()required string src = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasAction
boolean hasAction()
required .appFrameProtoOut.LinkActionMsgOutProto.LinkActionTypeProto action = 1;
-
getAction
AppFrameProtoOut.LinkActionMsgOutProto.LinkActionTypeProto getAction()
required .appFrameProtoOut.LinkActionMsgOutProto.LinkActionTypeProto action = 1;
-
hasSrc
boolean hasSrc()
required string src = 2;
-
getSrc
java.lang.String getSrc()
required string src = 2;
-
getSrcBytes
com.google.protobuf.ByteString getSrcBytes()
required string src = 2;
-
-