Package com.oracle.bmc.cims.requests
Class GetIncidentRequest
- java.lang.Object
- 
- com.oracle.bmc.requests.BmcRequest<Void>
- 
- com.oracle.bmc.cims.requests.GetIncidentRequest
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20181231") public class GetIncidentRequest extends BmcRequest<Void>Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/cims/GetIncidentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetIncidentRequest. 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classGetIncidentRequest.Builder
 - 
Constructor SummaryConstructors Constructor Description GetIncidentRequest()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetIncidentRequest.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’.StringgetBearertoken()Token that provided by multi cloud provider, which help to validate the email.StringgetBearertokentype()Token type that determine which cloud provider the request come from.StringgetCompartmentId()The OCID of the tenancy.StringgetCsi()The Customer Support Identifier (CSI) number associated with the support account.StringgetDomainid()The OCID of identity domain.StringgetHomeregion()The region of the tenancy.StringgetIdtoken()IdToken that provided by multi cloud provider, which help to validate the email.StringgetIncidentKey()Unique identifier for the support request.StringgetOcid()User OCID for Oracle Identity Cloud Service (IDCS) users who also have a federated Oracle Cloud Infrastructure account.StringgetOpcRequestId()Unique Oracle-assigned identifier for the request.StringgetProblemtype()The kind of support request.inthashCode()Uses getInvocationCallback and getRetryConfiguration to generate a hash.GetIncidentRequest.BuildertoBuilder()Return an instance ofGetIncidentRequest.Builderthat allows you to modify request properties.StringtoString()- 
Methods inherited from class com.oracle.bmc.requests.BmcRequestgetBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
 
- 
 
- 
- 
- 
Method Detail- 
getIncidentKeypublic String getIncidentKey() Unique identifier for the support request.
 - 
getCompartmentIdpublic String getCompartmentId() The OCID of the tenancy.
 - 
getOpcRequestIdpublic String getOpcRequestId() Unique Oracle-assigned identifier for the request.If you need to contact Oracle about a particular request, please provide the request ID. 
 - 
getCsipublic String getCsi() The Customer Support Identifier (CSI) number associated with the support account.The CSI is optional for all support request types. 
 - 
getOcidpublic String getOcid() User OCID for Oracle Identity Cloud Service (IDCS) users who also have a federated Oracle Cloud Infrastructure account.User OCID is mandatory for OCI Users and optional for Multicloud users. 
 - 
getHomeregionpublic String getHomeregion() The region of the tenancy.
 - 
getProblemtypepublic String getProblemtype() The kind of support request.
 - 
getBearertokentypepublic String getBearertokentype() Token type that determine which cloud provider the request come from.
 - 
getBearertokenpublic String getBearertoken() Token that provided by multi cloud provider, which help to validate the email.
 - 
getIdtokenpublic String getIdtoken() IdToken that provided by multi cloud provider, which help to validate the email.
 - 
getDomainidpublic String getDomainid() The OCID of identity domain.DomainID is mandatory if the user is part of Non Default Identity domain. 
 - 
toBuilderpublic GetIncidentRequest.Builder toBuilder() Return an instance ofGetIncidentRequest.Builderthat allows you to modify request properties.- Returns:
- instance of GetIncidentRequest.Builderthat allows you to modify request properties.
 
 - 
builderpublic static GetIncidentRequest.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>
 
 
- 
 
-