Class InsightsReport
- java.lang.Object
-
- io.fabric8.openshift.api.model.operator.v1.InsightsReport
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<InsightsReportBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class InsightsReport extends Object implements io.fabric8.kubernetes.api.builder.Editable<InsightsReportBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
insightsReport provides Insights health check report based on the most recently sent Insights data.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InsightsReport()No args constructor for use in serializationInsightsReport(String downloadedAt, List<HealthCheck> healthChecks)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InsightsReportBuilderedit()Map<String,Object>getAdditionalProperties()StringgetDownloadedAt()insightsReport provides Insights health check report based on the most recently sent Insights data.List<HealthCheck>getHealthChecks()healthChecks provides basic information about active Insights health checks in a cluster.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetDownloadedAt(String downloadedAt)insightsReport provides Insights health check report based on the most recently sent Insights data.voidsetHealthChecks(List<HealthCheck> healthChecks)healthChecks provides basic information about active Insights health checks in a cluster.InsightsReportBuildertoBuilder()
-
-
-
Constructor Detail
-
InsightsReport
public InsightsReport()
No args constructor for use in serialization
-
InsightsReport
public InsightsReport(String downloadedAt, List<HealthCheck> healthChecks)
-
-
Method Detail
-
getDownloadedAt
public String getDownloadedAt()
insightsReport provides Insights health check report based on the most recently sent Insights data.
-
setDownloadedAt
public void setDownloadedAt(String downloadedAt)
insightsReport provides Insights health check report based on the most recently sent Insights data.
-
getHealthChecks
public List<HealthCheck> getHealthChecks()
healthChecks provides basic information about active Insights health checks in a cluster.
-
setHealthChecks
public void setHealthChecks(List<HealthCheck> healthChecks)
healthChecks provides basic information about active Insights health checks in a cluster.
-
edit
public InsightsReportBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<InsightsReportBuilder>
-
toBuilder
public InsightsReportBuilder toBuilder()
-
-