Class AzureVolumeEncryptionResp

java.lang.Object
com.cloudera.cdp.compute.model.AzureVolumeEncryptionResp

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-01-23T07:12:43.033-08:00") public class AzureVolumeEncryptionResp extends Object
Azure Volume Encryption response structure.
  • Constructor Details

    • AzureVolumeEncryptionResp

      public AzureVolumeEncryptionResp()
  • Method Details

    • getDiskEncryptionSetId

      public String getDiskEncryptionSetId()
      Getter for diskEncryptionSetId. Disk encryption set ID.
    • setDiskEncryptionSetId

      public void setDiskEncryptionSetId(String diskEncryptionSetId)
      Setter for diskEncryptionSetId. Disk encryption set ID.
    • 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