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
  • Felddetails

    • id

      protected String id
    • summary

      protected String 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 to name, though it is not intended to be an identifier.
    • type

      protected NotifyLogEntry.TypeEnum type
    • self

      protected String self
      the API show URL at which the object is accessible
    • htmlUrl

      protected String htmlUrl
      a URL at which the entity is uniquely displayed in the Web app
    • createdAt

      protected OffsetDateTime createdAt
      Time at which the log entry was created
    • channel

      protected Channel channel
    • agent

      protected AgentReference agent
    • note

      protected String note
      Optional field containing a note, if one was included with the log entry.
    • contexts

      protected List<Context> contexts
      Contexts to be included with the trigger such as links to graphs or images.
    • service

      protected ServiceReference service
    • incident

      protected IncidentReference incident
    • teams

      protected List<TeamReference> teams
      Will consist of references unless included
    • eventDetails

      protected LogEntryAllOfEventDetails eventDetails
    • user

      protected UserReference user
  • Konstruktordetails

    • NotifyLogEntry

      public NotifyLogEntry(Consumer<NotifyLogEntry> spec)
      Constructs a validated instance of NotifyLogEntry.
      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 of NotifyLogEntry.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using NotifyLogEntry(Consumer) instead.

      Parameter:
      id - 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 to name, though it is not intended to be an identifier.
      type - 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 - channel
      agent - 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 - service
      incident - incident
      teams - Will consist of references unless included
      eventDetails - eventDetails
      user - user
    • NotifyLogEntry

      protected NotifyLogEntry()
  • Methodendetails