Interface SetMarketClosedRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getClose()
      bool close = 2 [json_name = "close"];
      java.lang.String getId()
      string id = 1 [json_name = "id"];
      com.google.protobuf.ByteString getIdBytes()
      string id = 1 [json_name = "id"];
      java.lang.String getOrganizationId()
      string organization_id = 3 [json_name = "organizationId"];
      com.google.protobuf.ByteString getOrganizationIdBytes()
      string organization_id = 3 [json_name = "organizationId"];
      ServerNotificationOptions getServerNotification()
      .streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];
      boolean hasServerNotification()
      .streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];
      • 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.
      • getClose

        boolean getClose()
        bool close = 2 [json_name = "close"];
        Returns:
        The close.
      • getOrganizationId

        java.lang.String getOrganizationId()
        string organization_id = 3 [json_name = "organizationId"];
        Returns:
        The organizationId.
      • getOrganizationIdBytes

        com.google.protobuf.ByteString getOrganizationIdBytes()
        string organization_id = 3 [json_name = "organizationId"];
        Returns:
        The bytes for organizationId.
      • hasServerNotification

        boolean hasServerNotification()
        .streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];
        Returns:
        Whether the serverNotification field is set.
      • getServerNotification

        ServerNotificationOptions getServerNotification()
        .streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];
        Returns:
        The serverNotification.