Class PodCertificate

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

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

  • Constructor Details

    • PodCertificate

      public PodCertificate()
  • Method Details

    • certificate

      public PodCertificate certificate(String certificate)
    • getCertificate

      @Nullable public String getCertificate()
      Certificate in PEM format
      Returns:
      certificate
    • setCertificate

      public void setCertificate(String certificate)
    • equals

      public boolean equals(Object o)
      Return true if this PodCertificate 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