Record Class EndpointCertificateDetails

java.lang.Object
java.lang.Record
com.yahoo.vespa.hosted.controller.api.integration.certificates.EndpointCertificateDetails

public record EndpointCertificateDetails(String requestId, String requestor, String status, String ticketId, String athenzDomain, List<EndpointCertificateRequest.DnsNameStatus> dnsNames, String durationSec, String expiry, String privateKeyKgname, String privateKeyKeyname, String privateKeyVersion, String certKeyKgname, String certKeyKeyname, String certKeyVersion, String createTime, boolean expiryProtection, String publicKeyAlgo, String issuer, String serial) extends Record
This record is used when requesting additional details about an application's endpoint certificate from the provider.
Author:
andreer
  • Constructor Details

    • EndpointCertificateDetails

      public EndpointCertificateDetails(String requestId, String requestor, String status, String ticketId, String athenzDomain, List<EndpointCertificateRequest.DnsNameStatus> dnsNames, String durationSec, String expiry, String privateKeyKgname, String privateKeyKeyname, String privateKeyVersion, String certKeyKgname, String certKeyKeyname, String certKeyVersion, String createTime, boolean expiryProtection, String publicKeyAlgo, String issuer, String serial)
      Creates an instance of a EndpointCertificateDetails record class.
      Parameters:
      requestId - the value for the requestId record component
      requestor - the value for the requestor record component
      status - the value for the status record component
      ticketId - the value for the ticketId record component
      athenzDomain - the value for the athenzDomain record component
      dnsNames - the value for the dnsNames record component
      durationSec - the value for the durationSec record component
      expiry - the value for the expiry record component
      privateKeyKgname - the value for the privateKeyKgname record component
      privateKeyKeyname - the value for the privateKeyKeyname record component
      privateKeyVersion - the value for the privateKeyVersion record component
      certKeyKgname - the value for the certKeyKgname record component
      certKeyKeyname - the value for the certKeyKeyname record component
      certKeyVersion - the value for the certKeyVersion record component
      createTime - the value for the createTime record component
      expiryProtection - the value for the expiryProtection record component
      publicKeyAlgo - the value for the publicKeyAlgo record component
      issuer - the value for the issuer record component
      serial - the value for the serial record component
  • Method Details

    • toString

      public final String toString()
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode

      public final int hashCode()
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object o)
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared with Objects::equals(Object,Object); primitive components are compared with '=='.
      Specified by:
      equals in class Record
      Parameters:
      o - the object with which to compare
      Returns:
      true if this object is the same as the o argument; false otherwise.
    • requestId

      public String requestId()
      Returns the value of the requestId record component.
      Returns:
      the value of the requestId record component
    • requestor

      public String requestor()
      Returns the value of the requestor record component.
      Returns:
      the value of the requestor record component
    • status

      public String status()
      Returns the value of the status record component.
      Returns:
      the value of the status record component
    • ticketId

      public String ticketId()
      Returns the value of the ticketId record component.
      Returns:
      the value of the ticketId record component
    • athenzDomain

      public String athenzDomain()
      Returns the value of the athenzDomain record component.
      Returns:
      the value of the athenzDomain record component
    • dnsNames

      Returns the value of the dnsNames record component.
      Returns:
      the value of the dnsNames record component
    • durationSec

      public String durationSec()
      Returns the value of the durationSec record component.
      Returns:
      the value of the durationSec record component
    • expiry

      public String expiry()
      Returns the value of the expiry record component.
      Returns:
      the value of the expiry record component
    • privateKeyKgname

      public String privateKeyKgname()
      Returns the value of the privateKeyKgname record component.
      Returns:
      the value of the privateKeyKgname record component
    • privateKeyKeyname

      public String privateKeyKeyname()
      Returns the value of the privateKeyKeyname record component.
      Returns:
      the value of the privateKeyKeyname record component
    • privateKeyVersion

      public String privateKeyVersion()
      Returns the value of the privateKeyVersion record component.
      Returns:
      the value of the privateKeyVersion record component
    • certKeyKgname

      public String certKeyKgname()
      Returns the value of the certKeyKgname record component.
      Returns:
      the value of the certKeyKgname record component
    • certKeyKeyname

      public String certKeyKeyname()
      Returns the value of the certKeyKeyname record component.
      Returns:
      the value of the certKeyKeyname record component
    • certKeyVersion

      public String certKeyVersion()
      Returns the value of the certKeyVersion record component.
      Returns:
      the value of the certKeyVersion record component
    • createTime

      public String createTime()
      Returns the value of the createTime record component.
      Returns:
      the value of the createTime record component
    • expiryProtection

      public boolean expiryProtection()
      Returns the value of the expiryProtection record component.
      Returns:
      the value of the expiryProtection record component
    • publicKeyAlgo

      public String publicKeyAlgo()
      Returns the value of the publicKeyAlgo record component.
      Returns:
      the value of the publicKeyAlgo record component
    • issuer

      public String issuer()
      Returns the value of the issuer record component.
      Returns:
      the value of the issuer record component
    • serial

      public String serial()
      Returns the value of the serial record component.
      Returns:
      the value of the serial record component