Class Preserve


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:49.412-07:00")
    public class Preserve
    extends Object
    Properties to preserve after replication.
    • Constructor Detail

      • Preserve

        public Preserve()
    • Method Detail

      • getBlockSize

        public Boolean getBlockSize()
        Getter for blockSize. Block size.
      • setBlockSize

        public void setBlockSize​(Boolean blockSize)
        Setter for blockSize. Block size.
      • getReplicationCount

        public Boolean getReplicationCount()
        Getter for replicationCount. Replication count.
      • setReplicationCount

        public void setReplicationCount​(Boolean replicationCount)
        Setter for replicationCount. Replication count.
      • getPermissions

        public Boolean getPermissions()
        Getter for permissions. Permissions.
      • setPermissions

        public void setPermissions​(Boolean permissions)
        Setter for permissions. Permissions.
      • getExtendedAttributes

        public Boolean getExtendedAttributes()
        Getter for extendedAttributes. Extended attributes.
      • setExtendedAttributes

        public void setExtendedAttributes​(Boolean extendedAttributes)
        Setter for extendedAttributes. Extended attributes.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object