Class ErratumSummary
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.osmanagementhub.model.ErratumSummary
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20220901") public final class ErratumSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelProvides summary information for an erratum.An erratum is an important software change which can include security advisories, bug fixes, or enhancements. 
 Note: Objects should always be created or deserialized using theErratumSummary.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 theErratumSummary.Builder, which maintain a set of all explicitly set fields calledErratumSummary.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 classErratumSummary.Builder
 - 
Constructor SummaryConstructors Constructor Description ErratumSummary(String name, String synopsis, Date timeIssued, Date timeUpdated, ClassificationTypes classificationType, List<String> relatedCves, List<OsFamily> osFamilies, AdvisorySeverity advisorySeverity, AdvisoryTypes advisoryType)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ErratumSummary.Builderbuilder()Create a new builder.booleanequals(Object o)AdvisorySeveritygetAdvisorySeverity()The severity advisory.AdvisoryTypesgetAdvisoryType()The advisory type of the erratum.ClassificationTypesgetClassificationType()Type of the erratum.StringgetName()Advisory name.List<OsFamily>getOsFamilies()List of affected OS families.List<String>getRelatedCves()List of CVEs applicable to this erratum.StringgetSynopsis()Summary description of the erratum.DategetTimeIssued()The date and time the erratum was issued (in RFC 3339 format).DategetTimeUpdated()The date and time the erratum was updated (in RFC 3339 format).inthashCode()ErratumSummary.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
ErratumSummary@Deprecated @ConstructorProperties({"name","synopsis","timeIssued","timeUpdated","classificationType","relatedCves","osFamilies","advisorySeverity","advisoryType"}) public ErratumSummary(String name, String synopsis, Date timeIssued, Date timeUpdated, ClassificationTypes classificationType, List<String> relatedCves, List<OsFamily> osFamilies, AdvisorySeverity advisorySeverity, AdvisoryTypes advisoryType) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static ErratumSummary.Builder builder() Create a new builder.
 - 
toBuilderpublic ErratumSummary.Builder toBuilder() 
 - 
getNamepublic String getName() Advisory name.- Returns:
- the value
 
 - 
getSynopsispublic String getSynopsis() Summary description of the erratum.- Returns:
- the value
 
 - 
getTimeIssuedpublic Date getTimeIssued() The date and time the erratum was issued (in RFC 3339 format).- Returns:
- the value
 
 - 
getTimeUpdatedpublic Date getTimeUpdated() The date and time the erratum was updated (in RFC 3339 format).- Returns:
- the value
 
 - 
getClassificationTypepublic ClassificationTypes getClassificationType() Type of the erratum.This property is deprecated and it will be removed in a future API release. Please refer to the advisoryType property instead. - Returns:
- the value
 
 - 
getRelatedCvespublic List<String> getRelatedCves() List of CVEs applicable to this erratum.- Returns:
- the value
 
 - 
getOsFamiliespublic List<OsFamily> getOsFamilies() List of affected OS families.- Returns:
- the value
 
 - 
getAdvisorySeveritypublic AdvisorySeverity getAdvisorySeverity() The severity advisory.Only valid for security type advisories. - Returns:
- the value
 
 - 
getAdvisoryTypepublic AdvisoryTypes getAdvisoryType() The advisory type of the erratum.- 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
 
 
- 
 
-