Class CustomerMeCollectorInfo

    • Method Detail

      • activeMeCollectors

        public final Integer activeMeCollectors()

        The number of active Migration Evaluator collectors.

        Returns:
        The number of active Migration Evaluator collectors.
      • healthyMeCollectors

        public final Integer healthyMeCollectors()

        The number of healthy Migration Evaluator collectors.

        Returns:
        The number of healthy Migration Evaluator collectors.
      • denyListedMeCollectors

        public final Integer denyListedMeCollectors()

        The number of deny-listed Migration Evaluator collectors.

        Returns:
        The number of deny-listed Migration Evaluator collectors.
      • shutdownMeCollectors

        public final Integer shutdownMeCollectors()

        The number of Migration Evaluator collectors with SHUTDOWN status.

        Returns:
        The number of Migration Evaluator collectors with SHUTDOWN status.
      • unhealthyMeCollectors

        public final Integer unhealthyMeCollectors()

        The number of unhealthy Migration Evaluator collectors.

        Returns:
        The number of unhealthy Migration Evaluator collectors.
      • totalMeCollectors

        public final Integer totalMeCollectors()

        The total number of Migration Evaluator collectors.

        Returns:
        The total number of Migration Evaluator collectors.
      • unknownMeCollectors

        public final Integer unknownMeCollectors()

        The number of unknown Migration Evaluator collectors.

        Returns:
        The number of unknown Migration Evaluator collectors.
      • 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)