public static class ProblemHistorySummary.Builder extends Object
Constructor and Description |
---|
Builder() |
public ProblemHistorySummary.Builder id(String id)
Unique identifier for the history record
id
- the value to setpublic ProblemHistorySummary.Builder problemId(String problemId)
problemId for which history is associated to.
problemId
- the value to setpublic ProblemHistorySummary.Builder actorType(ActorType actorType)
Actor type who performed the operation
actorType
- the value to setpublic ProblemHistorySummary.Builder actorName(String actorName)
Resource Name who performed activity
actorName
- the value to setpublic ProblemHistorySummary.Builder explanation(String explanation)
Activity explanation details
explanation
- the value to setpublic ProblemHistorySummary.Builder lifecycleDetail(ProblemLifecycleDetail lifecycleDetail)
Problem Lifecycle Detail Status
lifecycleDetail
- the value to setpublic ProblemHistorySummary.Builder eventStatus(EventStatus eventStatus)
Event status
eventStatus
- the value to setpublic ProblemHistorySummary.Builder timeCreated(Date timeCreated)
Type of the Entity
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 build()
public ProblemHistorySummary.Builder copy(ProblemHistorySummary model)
Copyright © 2016–2023. All rights reserved.