Package com.oracle.bmc.cims.model
Class ActivityItem
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.cims.model.Item
- 
- com.oracle.bmc.cims.model.ActivityItem
 
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20181231") public final class ActivityItem extends ItemDetails about the ActivityItem object.
 Note: Objects should always be created or deserialized using theActivityItem.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 theActivityItem.Builder, which maintain a set of all explicitly set fields calledActivityItem.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 classActivityItem.ActivityAuthorstatic classActivityItem.ActivityTypeThe type of activity occuring on the support request.static classActivityItem.Builderstatic classActivityItem.ItemStatusWho updates the activity on the support request.static classActivityItem.ItemType
 - 
Constructor SummaryConstructors Constructor Description ActivityItem(String itemKey, String name, Category category, SubCategory subCategory, IssueType issueType, String id, String comments, Integer timeCreated, Integer timeUpdated, ActivityItem.ActivityType activityType, ActivityItem.ActivityAuthor activityAuthor, ActivityItem.ItemType itemType, ActivityItem.ItemStatus itemStatus, String attachmentID)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ActivityItem.Builderbuilder()Create a new builder.booleanequals(Object o)ActivityItem.ActivityAuthorgetActivityAuthor()ActivityItem.ActivityTypegetActivityType()The type of activity occuring on the support request.StringgetAttachmentID()attachmentID for the ItemType Attachments only for Alloy realm.StringgetComments()Comments or file attachments added with the activity on the support request.StringgetId()Identifier of the activity on the support request.ActivityItem.ItemStatusgetItemStatus()Who updates the activity on the support request.ActivityItem.ItemTypegetItemType()IntegergetTimeCreated()The time when the activity was created, in seconds since epoch time.IntegergetTimeUpdated()The time when the activity was updated, in seconds since epoch time.inthashCode()ActivityItem.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.- 
Methods inherited from class com.oracle.bmc.cims.model.ItemgetCategory, getIssueType, getItemKey, getName, getSubCategory
 
- 
 
- 
- 
- 
Constructor Detail- 
ActivityItem@Deprecated public ActivityItem(String itemKey, String name, Category category, SubCategory subCategory, IssueType issueType, String id, String comments, Integer timeCreated, Integer timeUpdated, ActivityItem.ActivityType activityType, ActivityItem.ActivityAuthor activityAuthor, ActivityItem.ItemType itemType, ActivityItem.ItemStatus itemStatus, String attachmentID) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static ActivityItem.Builder builder() Create a new builder.
 - 
toBuilderpublic ActivityItem.Builder toBuilder() 
 - 
getIdpublic String getId() Identifier of the activity on the support request.- Returns:
- the value
 
 - 
getCommentspublic String getComments() Comments or file attachments added with the activity on the support request.- Returns:
- the value
 
 - 
getTimeCreatedpublic Integer getTimeCreated() The time when the activity was created, in seconds since epoch time.- Returns:
- the value
 
 - 
getTimeUpdatedpublic Integer getTimeUpdated() The time when the activity was updated, in seconds since epoch time.- Returns:
- the value
 
 - 
getActivityTypepublic ActivityItem.ActivityType getActivityType() The type of activity occuring on the support request.- Returns:
- the value
 
 - 
getActivityAuthorpublic ActivityItem.ActivityAuthor getActivityAuthor() 
 - 
getItemTypepublic ActivityItem.ItemType getItemType() 
 - 
getItemStatuspublic ActivityItem.ItemStatus getItemStatus() Who updates the activity on the support request.- Returns:
- the value
 
 - 
getAttachmentIDpublic String getAttachmentID() attachmentID for the ItemType Attachments only for Alloy realm.- Returns:
- the value
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.
 
- 
 
-