Klasse HistoryMetadata

java.lang.Object
io.github.primelib.jira4j.restv3.model.HistoryMetadata

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class HistoryMetadata extends Object
HistoryMetadata
  • Felddetails

    • activityDescription

      protected String activityDescription
      The activity described in the history record.
    • activityDescriptionKey

      protected String activityDescriptionKey
      The key of the activity described in the history record.
    • actor

      protected HistoryMetadataActor actor
    • cause

      protected HistoryMetadataCause cause
    • description

      protected String description
      The description of the history record.
    • descriptionKey

      protected String descriptionKey
      The description key of the history record.
    • emailDescription

      protected String emailDescription
      The description of the email address associated the history record.
    • emailDescriptionKey

      protected String emailDescriptionKey
      The description key of the email address associated the history record.
    • extraData

      protected Map<String,String> extraData
      Additional arbitrary information about the history record.
    • generator

      protected HistoryMetadataGenerator generator
    • type

      protected String type
      The type of the history record.
  • Konstruktordetails

    • HistoryMetadata

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

      @Internal public HistoryMetadata(String activityDescription, String activityDescriptionKey, HistoryMetadataActor actor, HistoryMetadataCause cause, String description, String descriptionKey, String emailDescription, String emailDescriptionKey, Map<String,String> extraData, HistoryMetadataGenerator generator, String type)
      Constructs a validated instance of HistoryMetadata.

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

      Parameter:
      activityDescription - The activity described in the history record.
      activityDescriptionKey - The key of the activity described in the history record.
      actor - var.name
      cause - var.name
      description - The description of the history record.
      descriptionKey - The description key of the history record.
      emailDescription - The description of the email address associated the history record.
      emailDescriptionKey - The description key of the email address associated the history record.
      extraData - Additional arbitrary information about the history record.
      generator - var.name
      type - The type of the history record.
    • HistoryMetadata

      protected HistoryMetadata()
  • Methodendetails

    • builder

      public static HistoryMetadata.HistoryMetadataBuilder builder()
    • activityDescription

      public String activityDescription()
      The activity described in the history record.
    • activityDescriptionKey

      public String activityDescriptionKey()
      The key of the activity described in the history record.
    • actor

      public HistoryMetadataActor actor()
    • cause

      public HistoryMetadataCause cause()
    • description

      public String description()
      The description of the history record.
    • descriptionKey

      public String descriptionKey()
      The description key of the history record.
    • emailDescription

      public String emailDescription()
      The description of the email address associated the history record.
    • emailDescriptionKey

      public String emailDescriptionKey()
      The description key of the email address associated the history record.
    • extraData

      public Map<String,String> extraData()
      Additional arbitrary information about the history record.
    • generator

      public HistoryMetadataGenerator generator()
    • type

      public String type()
      The type of the history record.
    • activityDescription

      public HistoryMetadata activityDescription(String activityDescription)
      The activity described in the history record.
      Gibt zurück:
      this.
    • activityDescriptionKey

      public HistoryMetadata activityDescriptionKey(String activityDescriptionKey)
      The key of the activity described in the history record.
      Gibt zurück:
      this.
    • actor

      public HistoryMetadata actor(HistoryMetadataActor actor)
      Gibt zurück:
      this.
    • cause

      public HistoryMetadata cause(HistoryMetadataCause cause)
      Gibt zurück:
      this.
    • description

      public HistoryMetadata description(String description)
      The description of the history record.
      Gibt zurück:
      this.
    • descriptionKey

      public HistoryMetadata descriptionKey(String descriptionKey)
      The description key of the history record.
      Gibt zurück:
      this.
    • emailDescription

      public HistoryMetadata emailDescription(String emailDescription)
      The description of the email address associated the history record.
      Gibt zurück:
      this.
    • emailDescriptionKey

      public HistoryMetadata emailDescriptionKey(String emailDescriptionKey)
      The description key of the email address associated the history record.
      Gibt zurück:
      this.
    • extraData

      public HistoryMetadata extraData(Map<String,String> extraData)
      Additional arbitrary information about the history record.
      Gibt zurück:
      this.
    • generator

      public HistoryMetadata generator(HistoryMetadataGenerator generator)
      Gibt zurück:
      this.
    • type

      public HistoryMetadata type(String type)
      The type of the history record.
      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