Class ComplianceReportResource
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.fleetappsmanagement.model.ComplianceReportResource
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20250228") public final class ComplianceReportResource extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelDetails of the Resource
 Note: Objects should always be created or deserialized using theComplianceReportResource.Builder.This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of the ComplianceReportResource.Builder, which maintain a set of all explicitly set fields calledComplianceReportResource.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classComplianceReportResource.Builder
 - 
Constructor SummaryConstructors Constructor Description ComplianceReportResource(String resourceId, String resourceName, String resourceType, String tenancyId, String tenancyName, String compartment, String resourceRegion, ComplianceState complianceState, List<ComplianceReportProduct> products)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ComplianceReportResource.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetCompartment()Compartment the resource belongs to.ComplianceStategetComplianceState()The last known compliance state of the fleet.List<ComplianceReportProduct>getProducts()Products associated with the Fleet.StringgetResourceId()The OCID to identify the resource.StringgetResourceName()Display name of the resource.StringgetResourceRegion()The region the resource belongs to.StringgetResourceType()Type of the resource.StringgetTenancyId()TenancyId of the resource.StringgetTenancyName()Tenancy the resource belongs to.inthashCode()ComplianceReportResource.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
ComplianceReportResource@Deprecated @ConstructorProperties({"resourceId","resourceName","resourceType","tenancyId","tenancyName","compartment","resourceRegion","complianceState","products"}) public ComplianceReportResource(String resourceId, String resourceName, String resourceType, String tenancyId, String tenancyName, String compartment, String resourceRegion, ComplianceState complianceState, List<ComplianceReportProduct> products) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static ComplianceReportResource.Builder builder() Create a new builder.
 - 
toBuilderpublic ComplianceReportResource.Builder toBuilder() 
 - 
getResourceIdpublic String getResourceId() The OCID to identify the resource.- Returns:
- the value
 
 - 
getResourceNamepublic String getResourceName() Display name of the resource.- Returns:
- the value
 
 - 
getResourceTypepublic String getResourceType() Type of the resource.- Returns:
- the value
 
 - 
getTenancyIdpublic String getTenancyId() TenancyId of the resource.- Returns:
- the value
 
 - 
getTenancyNamepublic String getTenancyName() Tenancy the resource belongs to.- Returns:
- the value
 
 - 
getCompartmentpublic String getCompartment() Compartment the resource belongs to.- Returns:
- the value
 
 - 
getResourceRegionpublic String getResourceRegion() The region the resource belongs to.- Returns:
- the value
 
 - 
getComplianceStatepublic ComplianceState getComplianceState() The last known compliance state of the fleet.- Returns:
- the value
 
 - 
getProductspublic List<ComplianceReportProduct> getProducts() Products associated with the Fleet.Only the products belonging to managed targets will be shown. - Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-