Class CryptoAnalysisResultSummary
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.jms.model.CryptoAnalysisResultSummary
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20210610") public final class CryptoAnalysisResultSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Summary of a crypto analysis result.The actual output of the analysis is stored in the Object Storage object.
Note: Objects should always be created or deserialized using theCryptoAnalysisResultSummary.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 theCryptoAnalysisResultSummary.Builder
, which maintain a set of all explicitly set fields calledCryptoAnalysisResultSummary.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 Summary
Nested Classes Modifier and Type Class Description static class
CryptoAnalysisResultSummary.Builder
-
Constructor Summary
Constructors Constructor Description CryptoAnalysisResultSummary(String id, String workRequestId, CryptoAnalysisResultMode aggregationMode, String fleetId, String managedInstanceId, String hostName, Date timeFirstEvent, Date timeLastEvent, Integer totalEventCount, Integer summarizedEventCount, Integer findingCount, Integer nonCompliantFindingCount, Date timeCreated, Date timeStarted, Date timeFinished, String cryptoRoadmapVersion, String namespace, String bucketName, String objectName)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CryptoAnalysisResultSummary.Builder
builder()
Create a new builder.boolean
equals(Object o)
CryptoAnalysisResultMode
getAggregationMode()
The result aggregation modeString
getBucketName()
The Object Storage bucket name of this analysis result.String
getCryptoRoadmapVersion()
The Crypto Roadmap version used to perform the analysis.Integer
getFindingCount()
Total number of findings with the analysis.String
getFleetId()
The fleet OCID.String
getHostName()
The hostname of the managed instance.String
getId()
The OCID to identify this analysis results.String
getManagedInstanceId()
The managed instance OCID.String
getNamespace()
The Object Storage namespace of this analysis result.Integer
getNonCompliantFindingCount()
Total number of non-compliant findings with the analysis.String
getObjectName()
The Object Storage object name of this analysis result.Integer
getSummarizedEventCount()
Total number of summarized events.Date
getTimeCreated()
The time the result is compiled.Date
getTimeFinished()
The time the JFR recording has finished.Date
getTimeFirstEvent()
Time of the first event in the analysis.Date
getTimeLastEvent()
Time of the last event in the analysis.Date
getTimeStarted()
The time the JFR recording has started.Integer
getTotalEventCount()
Total number of events in the analysis.String
getWorkRequestId()
The OCID of the work request to start the analysis.int
hashCode()
CryptoAnalysisResultSummary.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
CryptoAnalysisResultSummary
@Deprecated @ConstructorProperties({"id","workRequestId","aggregationMode","fleetId","managedInstanceId","hostName","timeFirstEvent","timeLastEvent","totalEventCount","summarizedEventCount","findingCount","nonCompliantFindingCount","timeCreated","timeStarted","timeFinished","cryptoRoadmapVersion","namespace","bucketName","objectName"}) public CryptoAnalysisResultSummary(String id, String workRequestId, CryptoAnalysisResultMode aggregationMode, String fleetId, String managedInstanceId, String hostName, Date timeFirstEvent, Date timeLastEvent, Integer totalEventCount, Integer summarizedEventCount, Integer findingCount, Integer nonCompliantFindingCount, Date timeCreated, Date timeStarted, Date timeFinished, String cryptoRoadmapVersion, String namespace, String bucketName, String objectName)
Deprecated.
-
-
Method Detail
-
builder
public static CryptoAnalysisResultSummary.Builder builder()
Create a new builder.
-
toBuilder
public CryptoAnalysisResultSummary.Builder toBuilder()
-
getId
public String getId()
The OCID to identify this analysis results.- Returns:
- the value
-
getWorkRequestId
public String getWorkRequestId()
The OCID of the work request to start the analysis.- Returns:
- the value
-
getAggregationMode
public CryptoAnalysisResultMode getAggregationMode()
The result aggregation mode- Returns:
- the value
-
getFleetId
public String getFleetId()
The fleet OCID.- Returns:
- the value
-
getManagedInstanceId
public String getManagedInstanceId()
The managed instance OCID.- Returns:
- the value
-
getHostName
public String getHostName()
The hostname of the managed instance.- Returns:
- the value
-
getTimeFirstEvent
public Date getTimeFirstEvent()
Time of the first event in the analysis.- Returns:
- the value
-
getTimeLastEvent
public Date getTimeLastEvent()
Time of the last event in the analysis.- Returns:
- the value
-
getTotalEventCount
public Integer getTotalEventCount()
Total number of events in the analysis.- Returns:
- the value
-
getSummarizedEventCount
public Integer getSummarizedEventCount()
Total number of summarized events.Summarized events are deduplicated events of interest.
- Returns:
- the value
-
getFindingCount
public Integer getFindingCount()
Total number of findings with the analysis.- Returns:
- the value
-
getNonCompliantFindingCount
public Integer getNonCompliantFindingCount()
Total number of non-compliant findings with the analysis.A non-compliant finding means the application won’t work properly with the changes introduced by the Crypto Roadmap version used by the analysis.
- Returns:
- the value
-
getTimeCreated
public Date getTimeCreated()
The time the result is compiled.- Returns:
- the value
-
getTimeStarted
public Date getTimeStarted()
The time the JFR recording has started.- Returns:
- the value
-
getTimeFinished
public Date getTimeFinished()
The time the JFR recording has finished.- Returns:
- the value
-
getCryptoRoadmapVersion
public String getCryptoRoadmapVersion()
The Crypto Roadmap version used to perform the analysis.- Returns:
- the value
-
getNamespace
public String getNamespace()
The Object Storage namespace of this analysis result.- Returns:
- the value
-
getBucketName
public String getBucketName()
The Object Storage bucket name of this analysis result.- Returns:
- the value
-
getObjectName
public String getObjectName()
The Object Storage object name of this analysis result.- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
toString
public 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
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-