All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToCustomFields(Collection<KeyValue> items) |
VictorOpsConfigFluent.CustomFieldsNested<A> |
addNewCustomField() |
A |
addNewCustomField(String key,
String value) |
VictorOpsConfigFluent.CustomFieldsNested<A> |
addNewCustomFieldLike(KeyValue item) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToCustomFields(int index,
KeyValue item) |
A |
addToCustomFields(KeyValue... items) |
KeyValue |
buildCustomField(int index) |
List<KeyValue> |
buildCustomFields() |
KeyValue |
buildFirstCustomField() |
HTTPConfig |
buildHttpConfig() |
KeyValue |
buildLastCustomField() |
KeyValue |
buildMatchingCustomField(Predicate<KeyValueBuilder> predicate) |
protected void |
copyInstance(VictorOpsConfig instance) |
VictorOpsConfigFluent.CustomFieldsNested<A> |
editCustomField(int index) |
VictorOpsConfigFluent.CustomFieldsNested<A> |
editFirstCustomField() |
VictorOpsConfigFluent.HttpConfigNested<A> |
editHttpConfig() |
VictorOpsConfigFluent.CustomFieldsNested<A> |
editLastCustomField() |
VictorOpsConfigFluent.CustomFieldsNested<A> |
editMatchingCustomField(Predicate<KeyValueBuilder> predicate) |
VictorOpsConfigFluent.HttpConfigNested<A> |
editOrNewHttpConfig() |
VictorOpsConfigFluent.HttpConfigNested<A> |
editOrNewHttpConfigLike(HTTPConfig item) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
io.fabric8.kubernetes.api.model.SecretKeySelector |
getApiKey() |
String |
getApiUrl() |
String |
getEntityDisplayName() |
String |
getMessageType() |
String |
getMonitoringTool() |
String |
getRoutingKey() |
Boolean |
getSendResolved() |
String |
getStateMessage() |
boolean |
hasAdditionalProperties() |
boolean |
hasApiKey() |
boolean |
hasApiUrl() |
boolean |
hasCustomFields() |
boolean |
hasEntityDisplayName() |
int |
hashCode() |
boolean |
hasHttpConfig() |
boolean |
hasMatchingCustomField(Predicate<KeyValueBuilder> predicate) |
boolean |
hasMessageType() |
boolean |
hasMonitoringTool() |
boolean |
hasRoutingKey() |
boolean |
hasSendResolved() |
boolean |
hasStateMessage() |
A |
removeAllFromCustomFields(Collection<KeyValue> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromCustomFields(KeyValue... items) |
A |
removeMatchingFromCustomFields(Predicate<KeyValueBuilder> predicate) |
VictorOpsConfigFluent.CustomFieldsNested<A> |
setNewCustomFieldLike(int index,
KeyValue item) |
A |
setToCustomFields(int index,
KeyValue item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withApiKey(io.fabric8.kubernetes.api.model.SecretKeySelector apiKey) |
A |
withApiUrl(String apiUrl) |
A |
withCustomFields(KeyValue... customFields) |
A |
withCustomFields(List<KeyValue> customFields) |
A |
withEntityDisplayName(String entityDisplayName) |
A |
withHttpConfig(HTTPConfig httpConfig) |
A |
withMessageType(String messageType) |
A |
withMonitoringTool(String monitoringTool) |
A |
withNewApiKey(String key,
String name,
Boolean optional) |
VictorOpsConfigFluent.HttpConfigNested<A> |
withNewHttpConfig() |
VictorOpsConfigFluent.HttpConfigNested<A> |
withNewHttpConfigLike(HTTPConfig item) |
A |
withRoutingKey(String routingKey) |
A |
withSendResolved() |
A |
withSendResolved(Boolean sendResolved) |
A |
withStateMessage(String stateMessage) |