Class LocalEncryptionKeyRequest

java.lang.Object
com.mypurecloud.sdk.v2.model.LocalEncryptionKeyRequest
All Implemented Interfaces:
Serializable

public class LocalEncryptionKeyRequest extends Object implements Serializable
LocalEncryptionKeyRequest
See Also:
  • Constructor Details

    • LocalEncryptionKeyRequest

      public LocalEncryptionKeyRequest()
    • LocalEncryptionKeyRequest

      public LocalEncryptionKeyRequest(Boolean initWithEmptyList)
  • Method Details

    • configId

      public LocalEncryptionKeyRequest configId(String configId)
      The local configuration id that contains metadata on private local service
    • getConfigId

      public String getConfigId()
    • setConfigId

      public void setConfigId(String configId)
    • publicKey

      public LocalEncryptionKeyRequest publicKey(String publicKey)
      Base 64 encoded public key, generated by the local service.
    • getPublicKey

      public String getPublicKey()
    • setPublicKey

      public void setPublicKey(String publicKey)
    • keypairId

      public LocalEncryptionKeyRequest keypairId(String keypairId)
      The key pair id from the local service.
    • getKeypairId

      public String getKeypairId()
    • setKeypairId

      public void setKeypairId(String keypairId)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object