Class ListVulnerabilityAuditsRequest
- java.lang.Object
- 
- com.oracle.bmc.requests.BmcRequest<Void>
- 
- com.oracle.bmc.adm.requests.ListVulnerabilityAuditsRequest
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20220421") public class ListVulnerabilityAuditsRequest extends BmcRequest<Void>Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/adm/ListVulnerabilityAuditsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListVulnerabilityAuditsRequest. 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classListVulnerabilityAuditsRequest.Builderstatic classListVulnerabilityAuditsRequest.SortByThe field used to sort Vulnerability Audits.
 - 
Constructor SummaryConstructors Constructor Description ListVulnerabilityAuditsRequest()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListVulnerabilityAuditsRequest.Builderbuilder()Return a new builder for this request object.booleanequals(Object o)Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.StringgetCompartmentId()A filter to return only resources that belong to the specified compartment identifier.StringgetDisplayName()A filter to return only resources that match the entire display name given.StringgetId()A filter to return only resources that match the specified identifier.BooleangetIsSuccess()A filter to return only successful or failed Vulnerability Audits.StringgetKnowledgeBaseId()A filter to return only Vulnerability Audits that were created against the specified knowledge base.VulnerabilityAudit.LifecycleStategetLifecycleState()A filter to return only Vulnerability Audits that match the specified lifecycleState.IntegergetLimit()The maximum number of items to return.VulnerabilitySeveritygetMaxObservedSeverityGreaterThanOrEqualTo()A filter that returns only Vulnerability Audits that have a maximum observed Severity greater than or equal to the specified value.StringgetOpcRequestId()The client request ID for tracing.StringgetPage()A token representing the position at which to start retrieving results.ListVulnerabilityAuditsRequest.SortBygetSortBy()The field used to sort Vulnerability Audits.SortOrdergetSortOrder()The sort order to use, either ‘ASC’ or ‘DESC’.DategetTimeCreatedGreaterThanOrEqualTo()A filter to return only Vulnerability Audits with timeCreated greater or equal to the specified value.DategetTimeCreatedLessThanOrEqualTo()A filter to return only Vulnerability Audits with timeCreated less or equal to the specified value.inthashCode()Uses getInvocationCallback and getRetryConfiguration to generate a hash.ListVulnerabilityAuditsRequest.BuildertoBuilder()Return an instance ofListVulnerabilityAuditsRequest.Builderthat allows you to modify request properties.StringtoString()- 
Methods inherited from class com.oracle.bmc.requests.BmcRequestgetBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
 
- 
 
- 
- 
- 
Method Detail- 
getIdpublic String getId() A filter to return only resources that match the specified identifier.Required only if the compartmentId query parameter is not specified. 
 - 
getCompartmentIdpublic String getCompartmentId() A filter to return only resources that belong to the specified compartment identifier.Required only if the id query param is not specified. 
 - 
getKnowledgeBaseIdpublic String getKnowledgeBaseId() A filter to return only Vulnerability Audits that were created against the specified knowledge base.
 - 
getIsSuccesspublic Boolean getIsSuccess() A filter to return only successful or failed Vulnerability Audits.
 - 
getLifecycleStatepublic VulnerabilityAudit.LifecycleState getLifecycleState() A filter to return only Vulnerability Audits that match the specified lifecycleState.
 - 
getSortOrderpublic SortOrder getSortOrder() The sort order to use, either ‘ASC’ or ‘DESC’.
 - 
getLimitpublic Integer getLimit() The maximum number of items to return.
 - 
getPagepublic String getPage() A token representing the position at which to start retrieving results.This must come from the opc-next-page header field of a previous response. 
 - 
getOpcRequestIdpublic String getOpcRequestId() The client request ID for tracing.
 - 
getSortBypublic ListVulnerabilityAuditsRequest.SortBy getSortBy() The field used to sort Vulnerability Audits.Only one sort order is allowed. Default order for maxObservedCvssV2Score is ascending. Default order for maxObservedCvssV3Score is ascending. Default order for maxObservedCvssV2ScoreWithIgnored is ascending. Default order for maxObservedCvssV3ScoreWithIgnored is ascending. Default order for timeCreated is descending. Default order for vulnerableArtifactsCount is ascending. Default order for vulnerableArtifactsCountWithIgnored is ascending. Default order for maxObservedSeverity is ascending. Default order for maxObservedSeverityWithIgnored is ascending. Default order for displayName is ascending. 
 - 
getDisplayNamepublic String getDisplayName() A filter to return only resources that match the entire display name given.
 - 
getTimeCreatedGreaterThanOrEqualTopublic Date getTimeCreatedGreaterThanOrEqualTo() A filter to return only Vulnerability Audits with timeCreated greater or equal to the specified value.
 - 
getTimeCreatedLessThanOrEqualTopublic Date getTimeCreatedLessThanOrEqualTo() A filter to return only Vulnerability Audits with timeCreated less or equal to the specified value.
 - 
getMaxObservedSeverityGreaterThanOrEqualTopublic VulnerabilitySeverity getMaxObservedSeverityGreaterThanOrEqualTo() A filter that returns only Vulnerability Audits that have a maximum observed Severity greater than or equal to the specified value.
 - 
toBuilderpublic ListVulnerabilityAuditsRequest.Builder toBuilder() Return an instance ofListVulnerabilityAuditsRequest.Builderthat allows you to modify request properties.- Returns:
- instance of ListVulnerabilityAuditsRequest.Builderthat allows you to modify request properties.
 
 - 
builderpublic static ListVulnerabilityAuditsRequest.Builder builder() Return a new builder for this request object.- Returns:
- builder for the request object
 
 - 
equalspublic boolean equals(Object o) Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.- Overrides:
- equalsin class- BmcRequest<Void>
 
 - 
hashCodepublic int hashCode() Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to generate a hash.- Overrides:
- hashCodein class- BmcRequest<Void>
 
 
- 
 
-