Class PushoverConfigFluent<A extends PushoverConfigFluent<A>>

    • Constructor Detail

      • PushoverConfigFluent

        public PushoverConfigFluent()
      • PushoverConfigFluent

        public PushoverConfigFluent​(PushoverConfig instance)
    • Method Detail

      • copyInstance

        protected void copyInstance​(PushoverConfig instance)
      • getDevice

        public String getDevice()
      • withDevice

        public A withDevice​(String device)
      • hasDevice

        public boolean hasDevice()
      • getExpire

        public String getExpire()
      • withExpire

        public A withExpire​(String expire)
      • hasExpire

        public boolean hasExpire()
      • getHtml

        public Boolean getHtml()
      • withHtml

        public A withHtml​(Boolean html)
      • hasHtml

        public boolean hasHtml()
      • buildHttpConfig

        public HTTPConfig buildHttpConfig()
      • withHttpConfig

        public A withHttpConfig​(HTTPConfig httpConfig)
      • hasHttpConfig

        public boolean hasHttpConfig()
      • getMessage

        public String getMessage()
      • withMessage

        public A withMessage​(String message)
      • hasMessage

        public boolean hasMessage()
      • getPriority

        public String getPriority()
      • withPriority

        public A withPriority​(String priority)
      • hasPriority

        public boolean hasPriority()
      • getRetry

        public String getRetry()
      • withRetry

        public A withRetry​(String retry)
      • hasRetry

        public boolean hasRetry()
      • getSendResolved

        public Boolean getSendResolved()
      • withSendResolved

        public A withSendResolved​(Boolean sendResolved)
      • hasSendResolved

        public boolean hasSendResolved()
      • getSound

        public String getSound()
      • withSound

        public A withSound​(String sound)
      • hasSound

        public boolean hasSound()
      • getTitle

        public String getTitle()
      • withTitle

        public A withTitle​(String title)
      • hasTitle

        public boolean hasTitle()
      • getToken

        public io.fabric8.kubernetes.api.model.SecretKeySelector getToken()
      • withToken

        public A withToken​(io.fabric8.kubernetes.api.model.SecretKeySelector token)
      • hasToken

        public boolean hasToken()
      • getTokenFile

        public String getTokenFile()
      • withTokenFile

        public A withTokenFile​(String tokenFile)
      • hasTokenFile

        public boolean hasTokenFile()
      • getTtl

        public String getTtl()
      • withTtl

        public A withTtl​(String ttl)
      • hasTtl

        public boolean hasTtl()
      • getUrl

        public String getUrl()
      • withUrl

        public A withUrl​(String url)
      • hasUrl

        public boolean hasUrl()
      • getUrlTitle

        public String getUrlTitle()
      • withUrlTitle

        public A withUrlTitle​(String urlTitle)
      • hasUrlTitle

        public boolean hasUrlTitle()
      • getUserKey

        public io.fabric8.kubernetes.api.model.SecretKeySelector getUserKey()
      • withUserKey

        public A withUserKey​(io.fabric8.kubernetes.api.model.SecretKeySelector userKey)
      • hasUserKey

        public boolean hasUserKey()
      • getUserKeyFile

        public String getUserKeyFile()
      • withUserKeyFile

        public A withUserKeyFile​(String userKeyFile)
      • hasUserKeyFile

        public boolean hasUserKeyFile()
      • addToAdditionalProperties

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

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

        public A removeFromAdditionalProperties​(String key)
      • removeFromAdditionalProperties

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

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

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

        public boolean hasAdditionalProperties()
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends PushoverConfigFluent<A>>
      • hashCode

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

        public A withHtml()
      • withSendResolved

        public A withSendResolved()