public class VictorOpsConfigFluentImpl<A extends VictorOpsConfigFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements VictorOpsConfigFluent<A>
VictorOpsConfigFluent.CustomFieldsNested<N>, VictorOpsConfigFluent.HttpConfigNested<N>| Constructor and Description |
|---|
VictorOpsConfigFluentImpl() |
VictorOpsConfigFluentImpl(VictorOpsConfig instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic VictorOpsConfigFluentImpl()
public VictorOpsConfigFluentImpl(VictorOpsConfig instance)
public io.fabric8.kubernetes.api.model.SecretKeySelector getApiKey()
getApiKey in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public A withApiKey(io.fabric8.kubernetes.api.model.SecretKeySelector apiKey)
withApiKey in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public Boolean hasApiKey()
hasApiKey in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public A withNewApiKey(String key, String name, Boolean optional)
withNewApiKey in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public String getApiUrl()
getApiUrl in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public A withApiUrl(String apiUrl)
withApiUrl in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public Boolean hasApiUrl()
hasApiUrl in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public A addToCustomFields(Integer index, KeyValue item)
addToCustomFields in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public A setToCustomFields(Integer index, KeyValue item)
setToCustomFields in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public A addToCustomFields(KeyValue... items)
addToCustomFields in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public A addAllToCustomFields(Collection<KeyValue> items)
addAllToCustomFields in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public A removeFromCustomFields(KeyValue... items)
removeFromCustomFields in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public A removeAllFromCustomFields(Collection<KeyValue> items)
removeAllFromCustomFields in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public A removeMatchingFromCustomFields(Predicate<KeyValueBuilder> predicate)
removeMatchingFromCustomFields in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>@Deprecated public List<KeyValue> getCustomFields()
getCustomFields in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public List<KeyValue> buildCustomFields()
buildCustomFields in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public KeyValue buildCustomField(Integer index)
buildCustomField in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public KeyValue buildFirstCustomField()
buildFirstCustomField in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public KeyValue buildLastCustomField()
buildLastCustomField in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public KeyValue buildMatchingCustomField(Predicate<KeyValueBuilder> predicate)
buildMatchingCustomField in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public Boolean hasMatchingCustomField(Predicate<KeyValueBuilder> predicate)
hasMatchingCustomField in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public A withCustomFields(List<KeyValue> customFields)
withCustomFields in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public A withCustomFields(KeyValue... customFields)
withCustomFields in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public Boolean hasCustomFields()
hasCustomFields in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public A addNewCustomField(String key, String value)
addNewCustomField in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public VictorOpsConfigFluent.CustomFieldsNested<A> addNewCustomField()
addNewCustomField in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public VictorOpsConfigFluent.CustomFieldsNested<A> addNewCustomFieldLike(KeyValue item)
addNewCustomFieldLike in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public VictorOpsConfigFluent.CustomFieldsNested<A> setNewCustomFieldLike(Integer index, KeyValue item)
setNewCustomFieldLike in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public VictorOpsConfigFluent.CustomFieldsNested<A> editCustomField(Integer index)
editCustomField in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public VictorOpsConfigFluent.CustomFieldsNested<A> editFirstCustomField()
editFirstCustomField in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public VictorOpsConfigFluent.CustomFieldsNested<A> editLastCustomField()
editLastCustomField in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public VictorOpsConfigFluent.CustomFieldsNested<A> editMatchingCustomField(Predicate<KeyValueBuilder> predicate)
editMatchingCustomField in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public String getEntityDisplayName()
getEntityDisplayName in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public A withEntityDisplayName(String entityDisplayName)
withEntityDisplayName in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public Boolean hasEntityDisplayName()
hasEntityDisplayName in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>@Deprecated public HTTPConfig getHttpConfig()
getHttpConfig in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public HTTPConfig buildHttpConfig()
buildHttpConfig in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public A withHttpConfig(HTTPConfig httpConfig)
withHttpConfig in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public Boolean hasHttpConfig()
hasHttpConfig in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public VictorOpsConfigFluent.HttpConfigNested<A> withNewHttpConfig()
withNewHttpConfig in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public VictorOpsConfigFluent.HttpConfigNested<A> withNewHttpConfigLike(HTTPConfig item)
withNewHttpConfigLike in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public VictorOpsConfigFluent.HttpConfigNested<A> editHttpConfig()
editHttpConfig in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public VictorOpsConfigFluent.HttpConfigNested<A> editOrNewHttpConfig()
editOrNewHttpConfig in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public VictorOpsConfigFluent.HttpConfigNested<A> editOrNewHttpConfigLike(HTTPConfig item)
editOrNewHttpConfigLike in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public String getMessageType()
getMessageType in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public A withMessageType(String messageType)
withMessageType in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public Boolean hasMessageType()
hasMessageType in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public String getMonitoringTool()
getMonitoringTool in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public A withMonitoringTool(String monitoringTool)
withMonitoringTool in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public Boolean hasMonitoringTool()
hasMonitoringTool in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public String getRoutingKey()
getRoutingKey in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public A withRoutingKey(String routingKey)
withRoutingKey in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public Boolean hasRoutingKey()
hasRoutingKey in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public Boolean getSendResolved()
getSendResolved in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public A withSendResolved(Boolean sendResolved)
withSendResolved in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public Boolean hasSendResolved()
hasSendResolved in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public String getStateMessage()
getStateMessage in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public A withStateMessage(String stateMessage)
withStateMessage in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public Boolean hasStateMessage()
hasStateMessage in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends VictorOpsConfigFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends VictorOpsConfigFluent<A>>public A withSendResolved()
withSendResolved in interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.