Class InsightsReportFluent<A extends InsightsReportFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.InsightsReportFluent<A>
-
- Direct Known Subclasses:
InsightsOperatorStatusFluent.InsightsReportNested,InsightsReportBuilder
public class InsightsReportFluent<A extends InsightsReportFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classInsightsReportFluent.HealthChecksNested<N>
-
Constructor Summary
Constructors Constructor Description InsightsReportFluent()InsightsReportFluent(InsightsReport instance)
-
Method Summary
-
-
-
Constructor Detail
-
InsightsReportFluent
public InsightsReportFluent()
-
InsightsReportFluent
public InsightsReportFluent(InsightsReport instance)
-
-
Method Detail
-
addAllToHealthChecks
public A addAllToHealthChecks(Collection<HealthCheck> items)
-
addNewHealthCheck
public InsightsReportFluent.HealthChecksNested<A> addNewHealthCheck()
-
addNewHealthCheck
public A addNewHealthCheck(String advisorURI, String description, String state, Integer totalRisk)
-
addNewHealthCheckLike
public InsightsReportFluent.HealthChecksNested<A> addNewHealthCheckLike(HealthCheck item)
-
addToHealthChecks
public A addToHealthChecks(HealthCheck... items)
-
addToHealthChecks
public A addToHealthChecks(int index, HealthCheck item)
-
buildFirstHealthCheck
public HealthCheck buildFirstHealthCheck()
-
buildHealthCheck
public HealthCheck buildHealthCheck(int index)
-
buildHealthChecks
public List<HealthCheck> buildHealthChecks()
-
buildLastHealthCheck
public HealthCheck buildLastHealthCheck()
-
buildMatchingHealthCheck
public HealthCheck buildMatchingHealthCheck(Predicate<HealthCheckBuilder> predicate)
-
copyInstance
protected void copyInstance(InsightsReport instance)
-
editFirstHealthCheck
public InsightsReportFluent.HealthChecksNested<A> editFirstHealthCheck()
-
editHealthCheck
public InsightsReportFluent.HealthChecksNested<A> editHealthCheck(int index)
-
editLastHealthCheck
public InsightsReportFluent.HealthChecksNested<A> editLastHealthCheck()
-
editMatchingHealthCheck
public InsightsReportFluent.HealthChecksNested<A> editMatchingHealthCheck(Predicate<HealthCheckBuilder> predicate)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends InsightsReportFluent<A>>
-
getDownloadedAt
public String getDownloadedAt()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasDownloadedAt
public boolean hasDownloadedAt()
-
hasHealthChecks
public boolean hasHealthChecks()
-
hasMatchingHealthCheck
public boolean hasMatchingHealthCheck(Predicate<HealthCheckBuilder> predicate)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends InsightsReportFluent<A>>
-
removeAllFromHealthChecks
public A removeAllFromHealthChecks(Collection<HealthCheck> items)
-
removeFromHealthChecks
public A removeFromHealthChecks(HealthCheck... items)
-
removeMatchingFromHealthChecks
public A removeMatchingFromHealthChecks(Predicate<HealthCheckBuilder> predicate)
-
setNewHealthCheckLike
public InsightsReportFluent.HealthChecksNested<A> setNewHealthCheckLike(int index, HealthCheck item)
-
setToHealthChecks
public A setToHealthChecks(int index, HealthCheck item)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withHealthChecks
public A withHealthChecks(List<HealthCheck> healthChecks)
-
withHealthChecks
public A withHealthChecks(HealthCheck... healthChecks)
-
-