Class DelegatedResourceAccessRequestHistorySummary
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.delegateaccesscontrol.model.DelegatedResourceAccessRequestHistorySummary
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20230801") public final class DelegatedResourceAccessRequestHistorySummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelSummary of Delegated Resource Access Request status changes.
 Note: Objects should always be created or deserialized using theDelegatedResourceAccessRequestHistorySummary.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 theDelegatedResourceAccessRequestHistorySummary.Builder, which maintain a set of all explicitly set fields calledDelegatedResourceAccessRequestHistorySummary.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 classDelegatedResourceAccessRequestHistorySummary.Builder
 - 
Constructor SummaryConstructors Constructor Description DelegatedResourceAccessRequestHistorySummary(DelegatedResourceAccessRequest.LifecycleState lifecycleState, DelegatedResourceAccessRequestStatus requestStatus, String userId, String comment, Date timestamp)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DelegatedResourceAccessRequestHistorySummary.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetComment()Comment about the status change.DelegatedResourceAccessRequest.LifecycleStategetLifecycleState()The current lifecycle state of the Delegated Resource Access Request.DelegatedResourceAccessRequestStatusgetRequestStatus()The current status of the Delegated Resource Access Request.DategetTimestamp()Time when the respective action happened in RFC 3339timestamp format, e.g.StringgetUserId()ID of user who modified the Delegated Resource Access Request.inthashCode()DelegatedResourceAccessRequestHistorySummary.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
DelegatedResourceAccessRequestHistorySummary@Deprecated @ConstructorProperties({"lifecycleState","requestStatus","userId","comment","timestamp"}) public DelegatedResourceAccessRequestHistorySummary(DelegatedResourceAccessRequest.LifecycleState lifecycleState, DelegatedResourceAccessRequestStatus requestStatus, String userId, String comment, Date timestamp) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static DelegatedResourceAccessRequestHistorySummary.Builder builder() Create a new builder.
 - 
toBuilderpublic DelegatedResourceAccessRequestHistorySummary.Builder toBuilder() 
 - 
getLifecycleStatepublic DelegatedResourceAccessRequest.LifecycleState getLifecycleState() The current lifecycle state of the Delegated Resource Access Request.- Returns:
- the value
 
 - 
getRequestStatuspublic DelegatedResourceAccessRequestStatus getRequestStatus() The current status of the Delegated Resource Access Request.- Returns:
- the value
 
 - 
getUserIdpublic String getUserId() ID of user who modified the Delegated Resource Access Request.For operator, this field is “Operator”. - Returns:
- the value
 
 - 
getCommentpublic String getComment() Comment about the status change.- Returns:
- the value
 
 - 
getTimestamppublic Date getTimestamp() Time when the respective action happened in RFC 3339timestamp format, e.g.‘2020-05-22T21:10:29.600Z’. - 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
 
 
- 
 
-