Class LinkConnectionDetailedStatus


  • public final class LinkConnectionDetailedStatus
    extends Object
    The LinkConnectionDetailedStatus model.
    • Constructor Detail

      • LinkConnectionDetailedStatus

        public LinkConnectionDetailedStatus()
    • Method Detail

      • getId

        public String getId()
        Get the id property: Link connection id.
        Returns:
        the id value.
      • setId

        public LinkConnectionDetailedStatus setId​(String id)
        Set the id property: Link connection id.
        Parameters:
        id - the id value to set.
        Returns:
        the LinkConnectionDetailedStatus object itself.
      • getName

        public String getName()
        Get the name property: Link connection name.
        Returns:
        the name value.
      • setName

        public LinkConnectionDetailedStatus setName​(String name)
        Set the name property: Link connection name.
        Parameters:
        name - the name value to set.
        Returns:
        the LinkConnectionDetailedStatus object itself.
      • isApplyingChanges

        public Boolean isApplyingChanges()
        Get the isApplyingChanges property: Is link connection applying changes.
        Returns:
        the isApplyingChanges value.
      • setIsApplyingChanges

        public LinkConnectionDetailedStatus setIsApplyingChanges​(Boolean isApplyingChanges)
        Set the isApplyingChanges property: Is link connection applying changes.
        Parameters:
        isApplyingChanges - the isApplyingChanges value to set.
        Returns:
        the LinkConnectionDetailedStatus object itself.
      • isPartiallyFailed

        public Boolean isPartiallyFailed()
        Get the isPartiallyFailed property: Is link connection partially failed.
        Returns:
        the isPartiallyFailed value.
      • setIsPartiallyFailed

        public LinkConnectionDetailedStatus setIsPartiallyFailed​(Boolean isPartiallyFailed)
        Set the isPartiallyFailed property: Is link connection partially failed.
        Parameters:
        isPartiallyFailed - the isPartiallyFailed value to set.
        Returns:
        the LinkConnectionDetailedStatus object itself.
      • getStartTime

        public Object getStartTime()
        Get the startTime property: Link connection start time.
        Returns:
        the startTime value.
      • setStartTime

        public LinkConnectionDetailedStatus setStartTime​(Object startTime)
        Set the startTime property: Link connection start time.
        Parameters:
        startTime - the startTime value to set.
        Returns:
        the LinkConnectionDetailedStatus object itself.
      • getStopTime

        public Object getStopTime()
        Get the stopTime property: Link connection stop time.
        Returns:
        the stopTime value.
      • setStopTime

        public LinkConnectionDetailedStatus setStopTime​(Object stopTime)
        Set the stopTime property: Link connection stop time.
        Parameters:
        stopTime - the stopTime value to set.
        Returns:
        the LinkConnectionDetailedStatus object itself.
      • getStatus

        public String getStatus()
        Get the status property: Link connection status.
        Returns:
        the status value.
      • setStatus

        public LinkConnectionDetailedStatus setStatus​(String status)
        Set the status property: Link connection status.
        Parameters:
        status - the status value to set.
        Returns:
        the LinkConnectionDetailedStatus object itself.
      • getContinuousRunId

        public String getContinuousRunId()
        Get the continuousRunId property: Link connection's corresponding continuous run id.
        Returns:
        the continuousRunId value.
      • setContinuousRunId

        public LinkConnectionDetailedStatus setContinuousRunId​(String continuousRunId)
        Set the continuousRunId property: Link connection's corresponding continuous run id.
        Parameters:
        continuousRunId - the continuousRunId value to set.
        Returns:
        the LinkConnectionDetailedStatus object itself.
      • getError

        public Object getError()
        Get the error property: Link connection error.
        Returns:
        the error value.
      • setError

        public LinkConnectionDetailedStatus setError​(Object error)
        Set the error property: Link connection error.
        Parameters:
        error - the error value to set.
        Returns:
        the LinkConnectionDetailedStatus object itself.