Interface WebsocketProtoMessage.PushNotificationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WebsocketProtoMessage.PushNotification
,WebsocketProtoMessage.PushNotification.Builder
- Enclosing class:
- WebsocketProtoMessage
public static interface WebsocketProtoMessage.PushNotificationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring module_id = 1;
com.google.protobuf.ByteString
string module_id = 1;
com.google.protobuf.ByteString
optional bytes payload = 3;
string type_id = 2;
com.google.protobuf.ByteString
string type_id = 2;
boolean
optional bytes payload = 3;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getModuleId
String getModuleId()string module_id = 1;
- Returns:
- The moduleId.
-
getModuleIdBytes
com.google.protobuf.ByteString getModuleIdBytes()string module_id = 1;
- Returns:
- The bytes for moduleId.
-
getTypeId
String getTypeId()string type_id = 2;
- Returns:
- The typeId.
-
getTypeIdBytes
com.google.protobuf.ByteString getTypeIdBytes()string type_id = 2;
- Returns:
- The bytes for typeId.
-
hasPayload
boolean hasPayload()optional bytes payload = 3;
- Returns:
- Whether the payload field is set.
-
getPayload
com.google.protobuf.ByteString getPayload()optional bytes payload = 3;
- Returns:
- The payload.
-