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.ExplicitlySetBmcModel
Summary 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 Summary
Nested Classes Modifier and Type Class Description static class
DelegatedResourceAccessRequestHistorySummary.Builder
-
Constructor Summary
Constructors Constructor Description DelegatedResourceAccessRequestHistorySummary(DelegatedResourceAccessRequest.LifecycleState lifecycleState, DelegatedResourceAccessRequestStatus requestStatus, String userId, String comment, Date timestamp)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DelegatedResourceAccessRequestHistorySummary.Builder
builder()
Create a new builder.boolean
equals(Object o)
String
getComment()
Comment about the status change.DelegatedResourceAccessRequest.LifecycleState
getLifecycleState()
The current lifecycle state of the Delegated Resource Access Request.DelegatedResourceAccessRequestStatus
getRequestStatus()
The current status of the Delegated Resource Access Request.Date
getTimestamp()
Time when the respective action happened in RFC 3339timestamp format, e.g.String
getUserId()
ID of user who modified the Delegated Resource Access Request.int
hashCode()
DelegatedResourceAccessRequestHistorySummary.Builder
toBuilder()
String
toString()
String
toString(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
-
builder
public static DelegatedResourceAccessRequestHistorySummary.Builder builder()
Create a new builder.
-
toBuilder
public DelegatedResourceAccessRequestHistorySummary.Builder toBuilder()
-
getLifecycleState
public DelegatedResourceAccessRequest.LifecycleState getLifecycleState()
The current lifecycle state of the Delegated Resource Access Request.- Returns:
- the value
-
getRequestStatus
public DelegatedResourceAccessRequestStatus getRequestStatus()
The current status of the Delegated Resource Access Request.- Returns:
- the value
-
getUserId
public String getUserId()
ID of user who modified the Delegated Resource Access Request.For operator, this field is “Operator”.
- Returns:
- the value
-
getComment
public String getComment()
Comment about the status change.- Returns:
- the value
-
getTimestamp
public Date getTimestamp()
Time when the respective action happened in RFC 3339timestamp format, e.g.‘2020-05-22T21:10:29.600Z’.
- 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
-
-