Class Preserve
- java.lang.Object
-
- com.cloudera.cdp.replicationmanager.model.Preserve
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-27T13:27:54.997-07:00") public class Preserve extends Object
Properties to preserve after replication.
-
-
Constructor Summary
Constructors Constructor Description Preserve()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Boolean
getBlockSize()
Getter for blockSize.Boolean
getExtendedAttributes()
Getter for extendedAttributes.Boolean
getPermissions()
Getter for permissions.Boolean
getReplicationCount()
Getter for replicationCount.int
hashCode()
void
setBlockSize(Boolean blockSize)
Setter for blockSize.void
setExtendedAttributes(Boolean extendedAttributes)
Setter for extendedAttributes.void
setPermissions(Boolean permissions)
Setter for permissions.void
setReplicationCount(Boolean replicationCount)
Setter for replicationCount.String
toString()
-
-
-
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.
-
-