Class RegistryServiceStatusFluent<A extends RegistryServiceStatusFluent<A>>

    • Constructor Detail

      • RegistryServiceStatusFluent

        public RegistryServiceStatusFluent()
    • Method Detail

      • addToAdditionalProperties

        public A addToAdditionalProperties​(Map<String,​Object> map)
      • addToAdditionalProperties

        public A addToAdditionalProperties​(String key,
                                           Object value)
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • getCreatedAt

        public String getCreatedAt()
      • getPort

        public String getPort()
      • getProtocol

        public String getProtocol()
      • getServiceName

        public String getServiceName()
      • getServiceNamespace

        public String getServiceNamespace()
      • hasAdditionalProperties

        public boolean hasAdditionalProperties()
      • hasCreatedAt

        public boolean hasCreatedAt()
      • hasPort

        public boolean hasPort()
      • hasProtocol

        public boolean hasProtocol()
      • hasServiceName

        public boolean hasServiceName()
      • hasServiceNamespace

        public boolean hasServiceNamespace()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends RegistryServiceStatusFluent<A>>
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(String key)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(Map<String,​Object> map)
      • withAdditionalProperties

        public <K,​V> A withAdditionalProperties​(Map<String,​Object> additionalProperties)
      • withCreatedAt

        public A withCreatedAt​(String createdAt)
      • withPort

        public A withPort​(String port)
      • withProtocol

        public A withProtocol​(String protocol)
      • withServiceName

        public A withServiceName​(String serviceName)
      • withServiceNamespace

        public A withServiceNamespace​(String serviceNamespace)