Class LifeCycle

    • Method Detail

      • addedToServiceDateTime

        public final String addedToServiceDateTime()

        The date and time of when the Source Server was added to the service.

        Returns:
        The date and time of when the Source Server was added to the service.
      • elapsedReplicationDuration

        public final String elapsedReplicationDuration()

        The amount of time that the Source Server has been replicating for.

        Returns:
        The amount of time that the Source Server has been replicating for.
      • firstByteDateTime

        public final String firstByteDateTime()

        The date and time of the first byte that was replicated from the Source Server.

        Returns:
        The date and time of the first byte that was replicated from the Source Server.
      • lastLaunch

        public final LifeCycleLastLaunch lastLaunch()

        An object containing information regarding the last launch of the Source Server.

        Returns:
        An object containing information regarding the last launch of the Source Server.
      • lastSeenByServiceDateTime

        public final String lastSeenByServiceDateTime()

        The date and time this Source Server was last seen by the service.

        Returns:
        The date and time this Source Server was last seen by the service.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)