Interface PromotionHistoryOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    PromotionHistory, PromotionHistory.Builder

    public interface PromotionHistoryOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getId()
      string id = 1 [json_name = "id"];
      com.google.protobuf.ByteString getIdBytes()
      string id = 1 [json_name = "id"];
      java.lang.String getImage()
      string image = 3 [json_name = "image"];
      com.google.protobuf.ByteString getImageBytes()
      string image = 3 [json_name = "image"];
      java.lang.String getTitle()
      string title = 2 [json_name = "title"];
      com.google.protobuf.ByteString getTitleBytes()
      string title = 2 [json_name = "title"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getId

        java.lang.String getId()
        string id = 1 [json_name = "id"];
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
        string id = 1 [json_name = "id"];
        Returns:
        The bytes for id.
      • getTitle

        java.lang.String getTitle()
        string title = 2 [json_name = "title"];
        Returns:
        The title.
      • getTitleBytes

        com.google.protobuf.ByteString getTitleBytes()
        string title = 2 [json_name = "title"];
        Returns:
        The bytes for title.
      • getImage

        java.lang.String getImage()
        string image = 3 [json_name = "image"];
        Returns:
        The image.
      • getImageBytes

        com.google.protobuf.ByteString getImageBytes()
        string image = 3 [json_name = "image"];
        Returns:
        The bytes for image.