Klasse NotifyLogEntry
java.lang.Object
io.github.primelib.pagerduty4j.rest.model.NotifyLogEntry
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class NotifyLogEntry
extends Object
NotifyLogEntry
-
Verschachtelte Klassen - Übersicht
Modifizierer und TypKlasseBeschreibungstatic class
static enum
-
Feldübersicht
Modifizierer und TypFeldBeschreibungprotected AgentReference
protected Channel
Contexts to be included with the trigger such as links to graphs or images.protected OffsetDateTime
Time at which the log entry was createdprotected LogEntryAllOfEventDetails
protected String
a URL at which the entity is uniquely displayed in the Web appprotected String
protected IncidentReference
protected String
Optional field containing a note, if one was included with the log entry.protected String
the API show URL at which the object is accessibleprotected ServiceReference
protected String
A short-form, server-generated string that provides succinct, important information about an object suitable for primary labeling of an entity in a client.protected List<TeamReference>
Will consist of references unless includedprotected NotifyLogEntry.TypeEnum
protected UserReference
-
Konstruktorübersicht
ModifiziererKonstruktorBeschreibungprotected
NotifyLogEntry
(String id, String summary, NotifyLogEntry.TypeEnum type, String self, String htmlUrl, OffsetDateTime createdAt, Channel channel, AgentReference agent, String note, List<Context> contexts, ServiceReference service, IncidentReference incident, List<TeamReference> teams, LogEntryAllOfEventDetails eventDetails, UserReference user) Constructs a validated instance ofNotifyLogEntry
.NotifyLogEntry
(Consumer<NotifyLogEntry> spec) Constructs a validated instance ofNotifyLogEntry
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungagent()
agent
(AgentReference agent) builder()
protected boolean
channel()
contexts()
Contexts to be included with the trigger such as links to graphs or images.Contexts to be included with the trigger such as links to graphs or images.Time at which the log entry was createdcreatedAt
(OffsetDateTime createdAt) Time at which the log entry was createdboolean
eventDetails
(LogEntryAllOfEventDetails eventDetails) int
hashCode()
htmlUrl()
a URL at which the entity is uniquely displayed in the Web appa URL at which the entity is uniquely displayed in the Web appid()
incident()
incident
(IncidentReference incident) note()
Optional field containing a note, if one was included with the log entry.Optional field containing a note, if one was included with the log entry.self()
the API show URL at which the object is accessiblethe API show URL at which the object is accessibleservice()
service
(ServiceReference service) summary()
A short-form, server-generated string that provides succinct, important information about an object suitable for primary labeling of an entity in a client.A short-form, server-generated string that provides succinct, important information about an object suitable for primary labeling of an entity in a client.teams()
Will consist of references unless includedteams
(List<TeamReference> teams) Will consist of references unless includedtoString()
type()
type
(NotifyLogEntry.TypeEnum type) user()
user
(UserReference user)
-
Felddetails
-
id
-
summary
A short-form, server-generated string that provides succinct, important information about an object suitable for primary labeling of an entity in a client. In many cases, this will be identical toname
, though it is not intended to be an identifier. -
type
-
self
the API show URL at which the object is accessible -
htmlUrl
a URL at which the entity is uniquely displayed in the Web app -
createdAt
Time at which the log entry was created -
channel
-
agent
-
note
Optional field containing a note, if one was included with the log entry. -
contexts
Contexts to be included with the trigger such as links to graphs or images. -
service
-
incident
-
teams
Will consist of references unless included -
eventDetails
-
user
-
-
Konstruktordetails
-
NotifyLogEntry
Constructs a validated instance ofNotifyLogEntry
.- Parameter:
spec
- the specification to process
-
NotifyLogEntry
@Internal public NotifyLogEntry(String id, String summary, NotifyLogEntry.TypeEnum type, String self, String htmlUrl, OffsetDateTime createdAt, Channel channel, AgentReference agent, String note, List<Context> contexts, ServiceReference service, IncidentReference incident, List<TeamReference> teams, LogEntryAllOfEventDetails eventDetails, UserReference user) Constructs a validated instance ofNotifyLogEntry
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
NotifyLogEntry(Consumer)
instead.- Parameter:
id
- idsummary
- A short-form, server-generated string that provides succinct, important information about an object suitable for primary labeling of an entity in a client. In many cases, this will be identical toname
, though it is not intended to be an identifier.type
- typeself
- the API show URL at which the object is accessiblehtmlUrl
- a URL at which the entity is uniquely displayed in the Web appcreatedAt
- Time at which the log entry was createdchannel
- channelagent
- agentnote
- Optional field containing a note, if one was included with the log entry.contexts
- Contexts to be included with the trigger such as links to graphs or images.service
- serviceincident
- incidentteams
- Will consist of references unless includedeventDetails
- eventDetailsuser
- user
-
NotifyLogEntry
protected NotifyLogEntry()
-
-
Methodendetails
-
builder
-
id
-
summary
A short-form, server-generated string that provides succinct, important information about an object suitable for primary labeling of an entity in a client. In many cases, this will be identical toname
, though it is not intended to be an identifier. -
type
-
self
the API show URL at which the object is accessible -
htmlUrl
a URL at which the entity is uniquely displayed in the Web app -
createdAt
Time at which the log entry was created -
channel
-
agent
-
note
Optional field containing a note, if one was included with the log entry. -
contexts
Contexts to be included with the trigger such as links to graphs or images. -
service
-
incident
-
teams
Will consist of references unless included -
eventDetails
-
user
-
id
- Gibt zurück:
this
.
-
summary
A short-form, server-generated string that provides succinct, important information about an object suitable for primary labeling of an entity in a client. In many cases, this will be identical toname
, though it is not intended to be an identifier.- Gibt zurück:
this
.
-
type
- Gibt zurück:
this
.
-
self
the API show URL at which the object is accessible- Gibt zurück:
this
.
-
htmlUrl
a URL at which the entity is uniquely displayed in the Web app- Gibt zurück:
this
.
-
createdAt
Time at which the log entry was created- Gibt zurück:
this
.
-
channel
- Gibt zurück:
this
.
-
agent
- Gibt zurück:
this
.
-
note
Optional field containing a note, if one was included with the log entry.- Gibt zurück:
this
.
-
contexts
Contexts to be included with the trigger such as links to graphs or images.- Gibt zurück:
this
.
-
service
- Gibt zurück:
this
.
-
incident
- Gibt zurück:
this
.
-
teams
Will consist of references unless included- Gibt zurück:
this
.
-
eventDetails
- Gibt zurück:
this
.
-
user
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-