Interface QuestionOptions.FactoidOptionsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getBody()
      string body = 2 [json_name = "body"];
      com.google.protobuf.ByteString getBodyBytes()
      string body = 2 [json_name = "body"];
      java.lang.String getImage()
      string image = 1 [json_name = "image"];
      com.google.protobuf.ByteString getImageBytes()
      string image = 1 [json_name = "image"];
      FileLink getVideo()
      .streamlayer.interactive.FileLink video = 3 [json_name = "video"];
      WebLink getWebLink()
      .streamlayer.interactive.WebLink web_link = 4 [json_name = "webLink"];
      boolean hasVideo()
      .streamlayer.interactive.FileLink video = 3 [json_name = "video"];
      boolean hasWebLink()
      .streamlayer.interactive.WebLink web_link = 4 [json_name = "webLink"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getImage

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

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

        java.lang.String getBody()
        string body = 2 [json_name = "body"];
        Returns:
        The body.
      • getBodyBytes

        com.google.protobuf.ByteString getBodyBytes()
        string body = 2 [json_name = "body"];
        Returns:
        The bytes for body.
      • hasVideo

        boolean hasVideo()
        .streamlayer.interactive.FileLink video = 3 [json_name = "video"];
        Returns:
        Whether the video field is set.
      • getVideo

        FileLink getVideo()
        .streamlayer.interactive.FileLink video = 3 [json_name = "video"];
        Returns:
        The video.
      • hasWebLink

        boolean hasWebLink()
        .streamlayer.interactive.WebLink web_link = 4 [json_name = "webLink"];
        Returns:
        Whether the webLink field is set.
      • getWebLink

        WebLink getWebLink()
        .streamlayer.interactive.WebLink web_link = 4 [json_name = "webLink"];
        Returns:
        The webLink.