Class CompanyCertInfo

java.lang.Object
com.symphony.bdk.gen.api.model.CompanyCertInfo

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-03-26T16:14:56.804588655Z[Etc/UTC]") public class CompanyCertInfo extends Object
CompanyCertInfo
  • Field Details

  • Constructor Details

    • CompanyCertInfo

      public CompanyCertInfo()
  • Method Details

    • fingerPrint

      public CompanyCertInfo fingerPrint(String fingerPrint)
    • getFingerPrint

      @Nullable public String getFingerPrint()
      Unique identifier
      Returns:
      fingerPrint
    • setFingerPrint

      public void setFingerPrint(String fingerPrint)
    • issuerFingerPrint

      public CompanyCertInfo issuerFingerPrint(String issuerFingerPrint)
    • getIssuerFingerPrint

      @Nullable public String getIssuerFingerPrint()
      Unique identifier of issuer cert if known
      Returns:
      issuerFingerPrint
    • setIssuerFingerPrint

      public void setIssuerFingerPrint(String issuerFingerPrint)
    • lastSeen

      public CompanyCertInfo lastSeen(Long lastSeen)
    • getLastSeen

      @Nullable public Long getLastSeen()
      Date when we last saw this certificate presented
      Returns:
      lastSeen
    • setLastSeen

      public void setLastSeen(Long lastSeen)
    • updatedAt

      public CompanyCertInfo updatedAt(Long updatedAt)
    • getUpdatedAt

      @Nullable public Long getUpdatedAt()
      Date when this cert was last updated by administrator
      Returns:
      updatedAt
    • setUpdatedAt

      public void setUpdatedAt(Long updatedAt)
    • updatedBy

      public CompanyCertInfo updatedBy(Long updatedBy)
    • getUpdatedBy

      @Nullable public Long getUpdatedBy()
      User ID of administrator who last updated this cert
      Returns:
      updatedBy
    • setUpdatedBy

      public void setUpdatedBy(Long updatedBy)
    • commonName

      public CompanyCertInfo commonName(String commonName)
    • getCommonName

      @Nullable public String getCommonName()
      The Symphony account name which this certificate authenticates
      Returns:
      commonName
    • setCommonName

      public void setCommonName(String commonName)
    • expiryDate

      public CompanyCertInfo expiryDate(Long expiryDate)
    • getExpiryDate

      @Nullable public Long getExpiryDate()
      Expiry date of this cert
      Returns:
      expiryDate
    • setExpiryDate

      public void setExpiryDate(Long expiryDate)
    • equals

      public boolean equals(Object o)
      Return true if this CompanyCertInfo object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object