Class ComplianceReportTarget
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.fleetappsmanagement.model.ComplianceReportTarget
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20250228") public final class ComplianceReportTarget extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelDetails of the target and patches.
 Note: Objects should always be created or deserialized using theComplianceReportTarget.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 theComplianceReportTarget.Builder, which maintain a set of all explicitly set fields calledComplianceReportTarget.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 classComplianceReportTarget.Builder
 - 
Constructor SummaryConstructors Constructor Description ComplianceReportTarget(String targetId, String targetName, String version, ComplianceState complianceState, List<ComplianceReportPatchDetail> installedPatches, List<ComplianceReportPatchDetail> recommendedPatches)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ComplianceReportTarget.Builderbuilder()Create a new builder.booleanequals(Object o)ComplianceStategetComplianceState()The last known compliance state of the target.List<ComplianceReportPatchDetail>getInstalledPatches()Installed Patches for the Target.List<ComplianceReportPatchDetail>getRecommendedPatches()Recommended Patches for the Target.StringgetTargetId()Target Identifier.Can be the target name if a separate ID is not available.StringgetTargetName()Target Name.StringgetVersion()Current version of the target.inthashCode()ComplianceReportTarget.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
ComplianceReportTarget@Deprecated @ConstructorProperties({"targetId","targetName","version","complianceState","installedPatches","recommendedPatches"}) public ComplianceReportTarget(String targetId, String targetName, String version, ComplianceState complianceState, List<ComplianceReportPatchDetail> installedPatches, List<ComplianceReportPatchDetail> recommendedPatches) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static ComplianceReportTarget.Builder builder() Create a new builder.
 - 
toBuilderpublic ComplianceReportTarget.Builder toBuilder() 
 - 
getTargetIdpublic String getTargetId() Target Identifier.Can be the target name if a separate ID is not available.- Returns:
- the value
 
 - 
getTargetNamepublic String getTargetName() Target Name.- Returns:
- the value
 
 - 
getVersionpublic String getVersion() Current version of the target.- Returns:
- the value
 
 - 
getComplianceStatepublic ComplianceState getComplianceState() The last known compliance state of the target.- Returns:
- the value
 
 - 
getInstalledPatchespublic List<ComplianceReportPatchDetail> getInstalledPatches() Installed Patches for the Target.- Returns:
- the value
 
 - 
getRecommendedPatchespublic List<ComplianceReportPatchDetail> getRecommendedPatches() Recommended Patches for the Target.- 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
 
 
- 
 
-