Class AutoValue_ContainerStatus


  • @Generated("com.google.auto.value.processor.AutoValueProcessor")
    final class AutoValue_ContainerStatus
    extends ContainerStatus
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String containerId  
      private java.lang.Integer exitCode  
      private java.lang.Integer pid  
    • Constructor Summary

      Constructors 
      Constructor Description
      AutoValue_ContainerStatus​(java.lang.String containerId, java.lang.Integer pid, java.lang.Integer exitCode)  
    • Field Detail

      • containerId

        private final java.lang.String containerId
      • pid

        private final java.lang.Integer pid
      • exitCode

        private final java.lang.Integer exitCode
    • Constructor Detail

      • AutoValue_ContainerStatus

        AutoValue_ContainerStatus​(@Nullable
                                  java.lang.String containerId,
                                  @Nullable
                                  java.lang.Integer pid,
                                  @Nullable
                                  java.lang.Integer exitCode)
    • Method Detail

      • pid

        @Nullable
        public java.lang.Integer pid()
        Specified by:
        pid in class ContainerStatus
      • 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