public static class ProblemHistorySummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ProblemHistorySummary.Builder |
actorName(String actorName)
Resource name who performed the activity
|
ProblemHistorySummary.Builder |
actorType(ActorType actorType)
Type of actor who performed the operation
|
ProblemHistorySummary |
build() |
ProblemHistorySummary.Builder |
comment(String comment)
User-defined comments
|
ProblemHistorySummary.Builder |
copy(ProblemHistorySummary model) |
ProblemHistorySummary.Builder |
delta(String delta)
Impacted resource names in a comma-separated string
|
ProblemHistorySummary.Builder |
eventStatus(EventStatus eventStatus)
Event status
|
ProblemHistorySummary.Builder |
explanation(String explanation)
Activity explanation details
|
ProblemHistorySummary.Builder |
id(String id)
Unique identifier for the history record
|
ProblemHistorySummary.Builder |
lifecycleDetail(ProblemLifecycleDetail lifecycleDetail)
Additional details on the substate of the lifecycle state
|
ProblemHistorySummary.Builder |
locks(List<ResourceLock> locks)
Locks associated with this resource.
|
ProblemHistorySummary.Builder |
problemId(String problemId)
Problem ID with which history is associated
|
ProblemHistorySummary.Builder |
timeCreated(Date timeCreated)
Date and time the problem was created
|
public ProblemHistorySummary.Builder id(String id)
Unique identifier for the history record
id
- the value to setpublic ProblemHistorySummary.Builder problemId(String problemId)
Problem ID with which history is associated
problemId
- the value to setpublic ProblemHistorySummary.Builder actorType(ActorType actorType)
Type of actor who performed the operation
actorType
- the value to setpublic ProblemHistorySummary.Builder actorName(String actorName)
Resource name who performed the activity
actorName
- the value to setpublic ProblemHistorySummary.Builder explanation(String explanation)
Activity explanation details
explanation
- the value to setpublic ProblemHistorySummary.Builder lifecycleDetail(ProblemLifecycleDetail lifecycleDetail)
Additional details on the substate of the lifecycle state
lifecycleDetail
- the value to setpublic ProblemHistorySummary.Builder eventStatus(EventStatus eventStatus)
Event status
eventStatus
- the value to setpublic ProblemHistorySummary.Builder timeCreated(Date timeCreated)
Date and time the problem was created
timeCreated
- the value to setpublic ProblemHistorySummary.Builder delta(String delta)
Impacted resource names in a comma-separated string
delta
- the value to setpublic ProblemHistorySummary.Builder comment(String comment)
User-defined comments
comment
- the value to setpublic ProblemHistorySummary.Builder locks(List<ResourceLock> locks)
Locks associated with this resource.
locks
- the value to setpublic ProblemHistorySummary build()
public ProblemHistorySummary.Builder copy(ProblemHistorySummary model)
Copyright © 2016–2024. All rights reserved.