Class AutoValue_HostConfig_RestartPolicy


  • @Generated("com.google.auto.value.processor.AutoValueProcessor")
    final class AutoValue_HostConfig_RestartPolicy
    extends HostConfig.RestartPolicy
    • Field Detail

      • name

        private final java.lang.String name
      • maxRetryCount

        private final java.lang.Integer maxRetryCount
    • Constructor Detail

      • AutoValue_HostConfig_RestartPolicy

        AutoValue_HostConfig_RestartPolicy​(java.lang.String name,
                                           @Nullable
                                           java.lang.Integer maxRetryCount)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object