All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToConditions(Collection<io.fabric8.knative.internal.pkg.apis.Condition> items) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToAnnotations(Map<String,String> map) |
A |
addToAnnotations(String key,
String value) |
A |
addToConditions(io.fabric8.knative.internal.pkg.apis.Condition... items) |
A |
addToConditions(int index,
io.fabric8.knative.internal.pkg.apis.Condition item) |
RefSource |
buildRefSource() |
ConfigSource |
buildSource() |
protected void |
copyInstance(ResolutionRequestStatus instance) |
ResolutionRequestStatusFluent.RefSourceNested<A> |
editOrNewRefSource() |
ResolutionRequestStatusFluent.RefSourceNested<A> |
editOrNewRefSourceLike(RefSource item) |
ResolutionRequestStatusFluent.SourceNested<A> |
editOrNewSource() |
ResolutionRequestStatusFluent.SourceNested<A> |
editOrNewSourceLike(ConfigSource item) |
ResolutionRequestStatusFluent.RefSourceNested<A> |
editRefSource() |
ResolutionRequestStatusFluent.SourceNested<A> |
editSource() |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
Map<String,String> |
getAnnotations() |
io.fabric8.knative.internal.pkg.apis.Condition |
getCondition(int index) |
List<io.fabric8.knative.internal.pkg.apis.Condition> |
getConditions() |
String |
getData() |
io.fabric8.knative.internal.pkg.apis.Condition |
getFirstCondition() |
io.fabric8.knative.internal.pkg.apis.Condition |
getLastCondition() |
io.fabric8.knative.internal.pkg.apis.Condition |
getMatchingCondition(Predicate<io.fabric8.knative.internal.pkg.apis.Condition> predicate) |
Long |
getObservedGeneration() |
boolean |
hasAdditionalProperties() |
boolean |
hasAnnotations() |
boolean |
hasConditions() |
boolean |
hasData() |
int |
hashCode() |
boolean |
hasMatchingCondition(Predicate<io.fabric8.knative.internal.pkg.apis.Condition> predicate) |
boolean |
hasObservedGeneration() |
boolean |
hasRefSource() |
boolean |
hasSource() |
A |
removeAllFromConditions(Collection<io.fabric8.knative.internal.pkg.apis.Condition> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromAnnotations(Map<String,String> map) |
A |
removeFromAnnotations(String key) |
A |
removeFromConditions(io.fabric8.knative.internal.pkg.apis.Condition... items) |
A |
setToConditions(int index,
io.fabric8.knative.internal.pkg.apis.Condition item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
<K,V> A |
withAnnotations(Map<String,String> annotations) |
A |
withConditions(io.fabric8.knative.internal.pkg.apis.Condition... conditions) |
A |
withConditions(List<io.fabric8.knative.internal.pkg.apis.Condition> conditions) |
A |
withData(String data) |
ResolutionRequestStatusFluent.RefSourceNested<A> |
withNewRefSource() |
ResolutionRequestStatusFluent.RefSourceNested<A> |
withNewRefSourceLike(RefSource item) |
ResolutionRequestStatusFluent.SourceNested<A> |
withNewSource() |
ResolutionRequestStatusFluent.SourceNested<A> |
withNewSourceLike(ConfigSource item) |
A |
withObservedGeneration(Long observedGeneration) |
A |
withRefSource(RefSource refSource) |
A |
withSource(ConfigSource source) |