Uses of Class
com.oracle.bmc.clusterhealth.model.Metadata
-
Packages that use Metadata Package Description com.oracle.bmc.clusterhealth.model -
-
Uses of Metadata in com.oracle.bmc.clusterhealth.model
Methods in com.oracle.bmc.clusterhealth.model that return Metadata Modifier and Type Method Description MetadataMetadata.Builder. build()MetadataRecommendationReport. getMetadata()Methods in com.oracle.bmc.clusterhealth.model with parameters of type Metadata Modifier and Type Method Description Metadata.BuilderMetadata.Builder. copy(Metadata model)RecommendationReport.BuilderRecommendationReport.Builder. metadata(Metadata metadata)Constructors in com.oracle.bmc.clusterhealth.model with parameters of type Metadata Constructor Description RecommendationReport(String summary, Integer totalIssues, Integer criticalIssues, Integer warningIssues, Integer infoIssues, List<Recommendation> recommendations, Metadata metadata, Date timeGenerated)Deprecated.
-