@Generated(value="OracleSDKGenerator", comments="API Version: 20210610") public final class CryptoAnalysisResult extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Metadata for the result of a crypto event analysis. The analysis result is stored in an Object
Storage bucket.
Note: Objects should always be created or deserialized using the CryptoAnalysisResult.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 CryptoAnalysisResult.Builder
, which maintain a
set of all explicitly set fields called CryptoAnalysisResult.Builder.__explicitlySet__
. The hashCode()
and equals(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
).
Modifier and Type | Class and Description |
---|---|
static class |
CryptoAnalysisResult.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
CryptoAnalysisResult(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.
|
Modifier and Type | Method and Description |
---|---|
static CryptoAnalysisResult.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
CryptoAnalysisResultMode |
getAggregationMode()
The result aggregation mode
|
String |
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() |
CryptoAnalysisResult.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"id","workRequestId","aggregationMode","fleetId","managedInstanceId","hostName","timeFirstEvent","timeLastEvent","totalEventCount","summarizedEventCount","findingCount","nonCompliantFindingCount","timeCreated","timeStarted","timeFinished","cryptoRoadmapVersion","namespace","bucketName","objectName"}) public CryptoAnalysisResult(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)
public static CryptoAnalysisResult.Builder builder()
Create a new builder.
public CryptoAnalysisResult.Builder toBuilder()
public String getId()
The OCID to identify this analysis results.
public String getWorkRequestId()
The OCID of the work request to start the analysis.
public CryptoAnalysisResultMode getAggregationMode()
The result aggregation mode
public String getFleetId()
The fleet OCID.
public String getManagedInstanceId()
The managed instance OCID.
public String getHostName()
The hostname of the managed instance.
public Date getTimeFirstEvent()
Time of the first event in the analysis.
public Date getTimeLastEvent()
Time of the last event in the analysis.
public Integer getTotalEventCount()
Total number of events in the analysis.
public Integer getSummarizedEventCount()
Total number of summarized events. Summarized events are deduplicated events of interest.
public Integer getFindingCount()
Total number of findings with the analysis.
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.
public Date getTimeCreated()
The time the result is compiled.
public Date getTimeStarted()
The time the JFR recording has started.
public Date getTimeFinished()
The time the JFR recording has finished.
public String getCryptoRoadmapVersion()
The Crypto Roadmap version used to perform the analysis.
public String getNamespace()
The Object Storage namespace of this analysis result.
public String getBucketName()
The Object Storage bucket name of this analysis result.
public String getObjectName()
The Object Storage object name of this analysis result.
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.