Class SyncStatusStage.Builder

    • Method Detail

      • getStage

        public java.lang.String getStage()
        string stage = 1 [json_name = "stage"];
        Specified by:
        getStage in interface SyncStatusStageOrBuilder
        Returns:
        The stage.
      • getStageBytes

        public com.google.protobuf.ByteString getStageBytes()
        string stage = 1 [json_name = "stage"];
        Specified by:
        getStageBytes in interface SyncStatusStageOrBuilder
        Returns:
        The bytes for stage.
      • setStage

        public SyncStatusStage.Builder setStage​(java.lang.String value)
        string stage = 1 [json_name = "stage"];
        Parameters:
        value - The stage to set.
        Returns:
        This builder for chaining.
      • clearStage

        public SyncStatusStage.Builder clearStage()
        string stage = 1 [json_name = "stage"];
        Returns:
        This builder for chaining.
      • setStageBytes

        public SyncStatusStage.Builder setStageBytes​(com.google.protobuf.ByteString value)
        string stage = 1 [json_name = "stage"];
        Parameters:
        value - The bytes for stage to set.
        Returns:
        This builder for chaining.
      • getTimestamp

        public long getTimestamp()
        uint64 timestamp = 2 [json_name = "timestamp"];
        Specified by:
        getTimestamp in interface SyncStatusStageOrBuilder
        Returns:
        The timestamp.
      • setTimestamp

        public SyncStatusStage.Builder setTimestamp​(long value)
        uint64 timestamp = 2 [json_name = "timestamp"];
        Parameters:
        value - The timestamp to set.
        Returns:
        This builder for chaining.
      • clearTimestamp

        public SyncStatusStage.Builder clearTimestamp()
        uint64 timestamp = 2 [json_name = "timestamp"];
        Returns:
        This builder for chaining.
      • getDatetime

        public java.lang.String getDatetime()
        string datetime = 3 [json_name = "datetime"];
        Specified by:
        getDatetime in interface SyncStatusStageOrBuilder
        Returns:
        The datetime.
      • getDatetimeBytes

        public com.google.protobuf.ByteString getDatetimeBytes()
        string datetime = 3 [json_name = "datetime"];
        Specified by:
        getDatetimeBytes in interface SyncStatusStageOrBuilder
        Returns:
        The bytes for datetime.
      • setDatetime

        public SyncStatusStage.Builder setDatetime​(java.lang.String value)
        string datetime = 3 [json_name = "datetime"];
        Parameters:
        value - The datetime to set.
        Returns:
        This builder for chaining.
      • clearDatetime

        public SyncStatusStage.Builder clearDatetime()
        string datetime = 3 [json_name = "datetime"];
        Returns:
        This builder for chaining.
      • setDatetimeBytes

        public SyncStatusStage.Builder setDatetimeBytes​(com.google.protobuf.ByteString value)
        string datetime = 3 [json_name = "datetime"];
        Parameters:
        value - The bytes for datetime to set.
        Returns:
        This builder for chaining.
      • getError

        public java.lang.String getError()
        string error = 4 [json_name = "error"];
        Specified by:
        getError in interface SyncStatusStageOrBuilder
        Returns:
        The error.
      • getErrorBytes

        public com.google.protobuf.ByteString getErrorBytes()
        string error = 4 [json_name = "error"];
        Specified by:
        getErrorBytes in interface SyncStatusStageOrBuilder
        Returns:
        The bytes for error.
      • setError

        public SyncStatusStage.Builder setError​(java.lang.String value)
        string error = 4 [json_name = "error"];
        Parameters:
        value - The error to set.
        Returns:
        This builder for chaining.
      • clearError

        public SyncStatusStage.Builder clearError()
        string error = 4 [json_name = "error"];
        Returns:
        This builder for chaining.
      • setErrorBytes

        public SyncStatusStage.Builder setErrorBytes​(com.google.protobuf.ByteString value)
        string error = 4 [json_name = "error"];
        Parameters:
        value - The bytes for error to set.
        Returns:
        This builder for chaining.
      • getStatusValue

        public int getStatusValue()
        .streamlayer.sports.LeagueSyncStatus status = 5 [json_name = "status"];
        Specified by:
        getStatusValue in interface SyncStatusStageOrBuilder
        Returns:
        The enum numeric value on the wire for status.
      • setStatusValue

        public SyncStatusStage.Builder setStatusValue​(int value)
        .streamlayer.sports.LeagueSyncStatus status = 5 [json_name = "status"];
        Parameters:
        value - The status to set.
        Returns:
        This builder for chaining.
      • setStatus

        public SyncStatusStage.Builder setStatus​(LeagueSyncStatus value)
        .streamlayer.sports.LeagueSyncStatus status = 5 [json_name = "status"];
        Parameters:
        value - The enum numeric value on the wire for status to set.
        Returns:
        This builder for chaining.
      • clearStatus

        public SyncStatusStage.Builder clearStatus()
        .streamlayer.sports.LeagueSyncStatus status = 5 [json_name = "status"];
        Returns:
        This builder for chaining.