Package com.oracle.bmc.cims.model
Class UpdateActivityItemDetails
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.cims.model.UpdateItemDetails
-
- com.oracle.bmc.cims.model.UpdateActivityItemDetails
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20181231") public final class UpdateActivityItemDetails extends UpdateItemDetails
Details for updating the support ticket activity.
Note: Objects should always be created or deserialized using theUpdateActivityItemDetails.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 theUpdateActivityItemDetails.Builder
, which maintain a set of all explicitly set fields calledUpdateActivityItemDetails.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
UpdateActivityItemDetails.ActivityType
The type of activity occurring.static class
UpdateActivityItemDetails.Builder
-
Constructor Summary
Constructors Constructor Description UpdateActivityItemDetails(String comments, UpdateActivityItemDetails.ActivityType activityType)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateActivityItemDetails.Builder
builder()
Create a new builder.boolean
equals(Object o)
UpdateActivityItemDetails.ActivityType
getActivityType()
The type of activity occurring.String
getComments()
Comments updated at the time that the activity occurs.int
hashCode()
UpdateActivityItemDetails.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
UpdateActivityItemDetails
@Deprecated public UpdateActivityItemDetails(String comments, UpdateActivityItemDetails.ActivityType activityType)
Deprecated.
-
-
Method Detail
-
builder
public static UpdateActivityItemDetails.Builder builder()
Create a new builder.
-
toBuilder
public UpdateActivityItemDetails.Builder toBuilder()
-
getComments
public String getComments()
Comments updated at the time that the activity occurs.- Returns:
- the value
-
getActivityType
public UpdateActivityItemDetails.ActivityType getActivityType()
The type of activity occurring.- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classUpdateItemDetails
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toString
in classUpdateItemDetails
- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classUpdateItemDetails
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classUpdateItemDetails
-
-