Interface QuestionAppearanceOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getAutoHideInterval()
      uint64 auto_hide_interval = 5 [json_name = "autoHideInterval"];
      QuestionImages getImages()
      .streamlayer.interactive.QuestionImages images = 2 [json_name = "images"];
      int getImagesValue()
      .streamlayer.interactive.QuestionImages images = 2 [json_name = "images"];
      QuestionLayout getLayout()
      .streamlayer.interactive.QuestionLayout layout = 1 [json_name = "layout"];
      int getLayoutValue()
      .streamlayer.interactive.QuestionLayout layout = 1 [json_name = "layout"];
      QuestionPosition getPosition()
      .streamlayer.interactive.QuestionPosition position = 4 [json_name = "position"];
      int getPositionValue()
      .streamlayer.interactive.QuestionPosition position = 4 [json_name = "position"];
      java.lang.String getPrimaryColor()
      string primary_color = 3 [json_name = "primaryColor"];
      com.google.protobuf.ByteString getPrimaryColorBytes()
      string primary_color = 3 [json_name = "primaryColor"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getLayoutValue

        int getLayoutValue()
        .streamlayer.interactive.QuestionLayout layout = 1 [json_name = "layout"];
        Returns:
        The enum numeric value on the wire for layout.
      • getLayout

        QuestionLayout getLayout()
        .streamlayer.interactive.QuestionLayout layout = 1 [json_name = "layout"];
        Returns:
        The layout.
      • getImagesValue

        int getImagesValue()
        .streamlayer.interactive.QuestionImages images = 2 [json_name = "images"];
        Returns:
        The enum numeric value on the wire for images.
      • getImages

        QuestionImages getImages()
        .streamlayer.interactive.QuestionImages images = 2 [json_name = "images"];
        Returns:
        The images.
      • getPrimaryColor

        java.lang.String getPrimaryColor()
        string primary_color = 3 [json_name = "primaryColor"];
        Returns:
        The primaryColor.
      • getPrimaryColorBytes

        com.google.protobuf.ByteString getPrimaryColorBytes()
        string primary_color = 3 [json_name = "primaryColor"];
        Returns:
        The bytes for primaryColor.
      • getPositionValue

        int getPositionValue()
        .streamlayer.interactive.QuestionPosition position = 4 [json_name = "position"];
        Returns:
        The enum numeric value on the wire for position.
      • getPosition

        QuestionPosition getPosition()
        .streamlayer.interactive.QuestionPosition position = 4 [json_name = "position"];
        Returns:
        The position.
      • getAutoHideInterval

        long getAutoHideInterval()
        uint64 auto_hide_interval = 5 [json_name = "autoHideInterval"];
        Returns:
        The autoHideInterval.