Klasse AssignLogEntry

java.lang.Object
io.github.primelib.pagerduty4j.rest.model.AssignLogEntry

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class AssignLogEntry extends Object
AssignLogEntry
  • 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 AssignLogEntry.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
    • assignees

      protected List<UserReference> assignees
      An array of assigned Users for this log entry
  • Konstruktordetails

    • AssignLogEntry

      public AssignLogEntry(Consumer<AssignLogEntry> spec)
      Constructs a validated instance of AssignLogEntry.
      Parameter:
      spec - the specification to process
    • AssignLogEntry

      @Internal public AssignLogEntry(String id, String summary, AssignLogEntry.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, List<UserReference> assignees)
      Constructs a validated instance of AssignLogEntry.

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

      Parameter:
      id - var.name
      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 - var.name
      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 - var.name
      agent - var.name
      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 - var.name
      incident - var.name
      teams - Will consist of references unless included
      eventDetails - var.name
      assignees - An array of assigned Users for this log entry
    • AssignLogEntry

      protected AssignLogEntry()
  • Methodendetails

    • builder

      public static AssignLogEntry.AssignLogEntryBuilder builder()
    • id

      public String id()
    • summary

      public 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

      public AssignLogEntry.TypeEnum type()
    • self

      public String self()
      the API show URL at which the object is accessible
    • htmlUrl

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

      public OffsetDateTime createdAt()
      Time at which the log entry was created.
    • channel

      public Channel channel()
    • agent

      public AgentReference agent()
    • note

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

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

      public ServiceReference service()
    • incident

      public IncidentReference incident()
    • teams

      public List<TeamReference> teams()
      Will consist of references unless included
    • eventDetails

      public LogEntryAllOfEventDetails eventDetails()
    • assignees

      public List<UserReference> assignees()
      An array of assigned Users for this log entry
    • id

      public AssignLogEntry id(String id)
      Gibt zurück:
      this.
    • summary

      public AssignLogEntry summary(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.
      Gibt zurück:
      this.
    • type

      Gibt zurück:
      this.
    • self

      public AssignLogEntry self(String self)
      the API show URL at which the object is accessible
      Gibt zurück:
      this.
    • htmlUrl

      public AssignLogEntry htmlUrl(String htmlUrl)
      a URL at which the entity is uniquely displayed in the Web app
      Gibt zurück:
      this.
    • createdAt

      public AssignLogEntry createdAt(OffsetDateTime createdAt)
      Time at which the log entry was created.
      Gibt zurück:
      this.
    • channel

      public AssignLogEntry channel(Channel channel)
      Gibt zurück:
      this.
    • agent

      public AssignLogEntry agent(AgentReference agent)
      Gibt zurück:
      this.
    • note

      public AssignLogEntry note(String note)
      Optional field containing a note, if one was included with the log entry.
      Gibt zurück:
      this.
    • contexts

      public AssignLogEntry contexts(List<Context> contexts)
      Contexts to be included with the trigger such as links to graphs or images.
      Gibt zurück:
      this.
    • service

      public AssignLogEntry service(ServiceReference service)
      Gibt zurück:
      this.
    • incident

      public AssignLogEntry incident(IncidentReference incident)
      Gibt zurück:
      this.
    • teams

      public AssignLogEntry teams(List<TeamReference> teams)
      Will consist of references unless included
      Gibt zurück:
      this.
    • eventDetails

      public AssignLogEntry eventDetails(LogEntryAllOfEventDetails eventDetails)
      Gibt zurück:
      this.
    • assignees

      public AssignLogEntry assignees(List<UserReference> assignees)
      An array of assigned Users for this log entry
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object