Class Preserve
java.lang.Object
com.cloudera.cdp.replicationmanager.model.Preserve
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:31.692-07:00")
public class Preserve
extends Object
Properties to preserve after replication.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for blockSize.Getter for extendedAttributes.Getter for permissions.Getter for replicationCount.inthashCode()voidsetBlockSize(Boolean blockSize) Setter for blockSize.voidsetExtendedAttributes(Boolean extendedAttributes) Setter for extendedAttributes.voidsetPermissions(Boolean permissions) Setter for permissions.voidsetReplicationCount(Boolean replicationCount) Setter for replicationCount.toString()
-
Constructor Details
-
Preserve
public Preserve()
-
-
Method Details
-
getBlockSize
Getter for blockSize. Block size. -
setBlockSize
Setter for blockSize. Block size. -
getReplicationCount
Getter for replicationCount. Replication count. -
setReplicationCount
Setter for replicationCount. Replication count. -
getPermissions
Getter for permissions. Permissions. -
setPermissions
Setter for permissions. Permissions. -
getExtendedAttributes
Getter for extendedAttributes. Extended attributes. -
setExtendedAttributes
Setter for extendedAttributes. Extended attributes. -
equals
-
hashCode
public int hashCode() -
toString
-