Class JobLogEventData

    • Method Detail

      • conversionProperties

        public final ConversionProperties conversionProperties()

        Properties of a conversion job

        Returns:
        Properties of a conversion job
      • conversionServerID

        public final String conversionServerID()

        The ID of a conversion server.

        Returns:
        The ID of a conversion server.
      • eventResourceData

        public final EventResourceData eventResourceData()

        Properties of resource related to a job event.

        Returns:
        Properties of resource related to a job event.
      • rawError

        public final String rawError()

        A string representing a job error.

        Returns:
        A string representing a job error.
      • sourceServerID

        public final String sourceServerID()

        The ID of a Source Server.

        Returns:
        The ID of a Source Server.
      • targetInstanceID

        public final String targetInstanceID()

        The ID of a Recovery Instance.

        Returns:
        The ID of a Recovery Instance.
      • 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)