main.java.com.streamlayer.pushNotification.common.TestPushNotificationOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sl-protofiles Show documentation
Show all versions of sl-protofiles Show documentation
StreamLayer Java Protofiles
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: streamlayer/pushNotification/pushNotification.common.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.pushNotification.common;
public interface TestPushNotificationOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.pushNotification.TestPushNotification)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string title = 1 [json_name = "title"];
* @return The title.
*/
java.lang.String getTitle();
/**
* string title = 1 [json_name = "title"];
* @return The bytes for title.
*/
com.google.protobuf.ByteString
getTitleBytes();
/**
* string body = 2 [json_name = "body"];
* @return The body.
*/
java.lang.String getBody();
/**
* string body = 2 [json_name = "body"];
* @return The bytes for body.
*/
com.google.protobuf.ByteString
getBodyBytes();
}