public class LogEntryFluentImpl<A extends LogEntryFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements LogEntryFluent<A>
| Constructor and Description |
|---|
LogEntryFluentImpl() |
LogEntryFluentImpl(LogEntry instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
io.fabric8.kubernetes.api.model.Duration |
getLatency() |
String |
getMessage() |
String |
getReason() |
Boolean |
getSuccess() |
String |
getTime() |
Boolean |
hasAdditionalProperties() |
int |
hashCode() |
Boolean |
hasLatency() |
Boolean |
hasMessage() |
Boolean |
hasReason() |
Boolean |
hasSuccess() |
Boolean |
hasTime() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withLatency(io.fabric8.kubernetes.api.model.Duration latency) |
A |
withMessage(String message) |
A |
withReason(String reason) |
A |
withSuccess() |
A |
withSuccess(Boolean success) |
A |
withTime(String time) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic LogEntryFluentImpl()
public LogEntryFluentImpl(LogEntry instance)
public io.fabric8.kubernetes.api.model.Duration getLatency()
getLatency in interface LogEntryFluent<A extends LogEntryFluent<A>>public A withLatency(io.fabric8.kubernetes.api.model.Duration latency)
withLatency in interface LogEntryFluent<A extends LogEntryFluent<A>>public Boolean hasLatency()
hasLatency in interface LogEntryFluent<A extends LogEntryFluent<A>>public String getMessage()
getMessage in interface LogEntryFluent<A extends LogEntryFluent<A>>public A withMessage(String message)
withMessage in interface LogEntryFluent<A extends LogEntryFluent<A>>public Boolean hasMessage()
hasMessage in interface LogEntryFluent<A extends LogEntryFluent<A>>public String getReason()
getReason in interface LogEntryFluent<A extends LogEntryFluent<A>>public A withReason(String reason)
withReason in interface LogEntryFluent<A extends LogEntryFluent<A>>public Boolean hasReason()
hasReason in interface LogEntryFluent<A extends LogEntryFluent<A>>public Boolean getSuccess()
getSuccess in interface LogEntryFluent<A extends LogEntryFluent<A>>public A withSuccess(Boolean success)
withSuccess in interface LogEntryFluent<A extends LogEntryFluent<A>>public Boolean hasSuccess()
hasSuccess in interface LogEntryFluent<A extends LogEntryFluent<A>>public String getTime()
getTime in interface LogEntryFluent<A extends LogEntryFluent<A>>public A withTime(String time)
withTime in interface LogEntryFluent<A extends LogEntryFluent<A>>public Boolean hasTime()
hasTime in interface LogEntryFluent<A extends LogEntryFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface LogEntryFluent<A extends LogEntryFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface LogEntryFluent<A extends LogEntryFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface LogEntryFluent<A extends LogEntryFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface LogEntryFluent<A extends LogEntryFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface LogEntryFluent<A extends LogEntryFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface LogEntryFluent<A extends LogEntryFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface LogEntryFluent<A extends LogEntryFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends LogEntryFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends LogEntryFluent<A>>public A withSuccess()
withSuccess in interface LogEntryFluent<A extends LogEntryFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.