Package io.lakefs.clients.api.model
Class GarbageCollectionRule
- java.lang.Object
-
- io.lakefs.clients.api.model.GarbageCollectionRule
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class GarbageCollectionRule extends ObjectGarbageCollectionRule
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_BRANCH_IDstatic StringSERIALIZED_NAME_RETENTION_DAYS
-
Constructor Summary
Constructors Constructor Description GarbageCollectionRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GarbageCollectionRulebranchId(String branchId)booleanequals(Object o)StringgetBranchId()Get branchIdIntegergetRetentionDays()Get retentionDaysinthashCode()GarbageCollectionRuleretentionDays(Integer retentionDays)voidsetBranchId(String branchId)voidsetRetentionDays(Integer retentionDays)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_BRANCH_ID
public static final String SERIALIZED_NAME_BRANCH_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_RETENTION_DAYS
public static final String SERIALIZED_NAME_RETENTION_DAYS
- See Also:
- Constant Field Values
-
-
Method Detail
-
branchId
public GarbageCollectionRule branchId(String branchId)
-
getBranchId
@Nonnull public String getBranchId()
Get branchId- Returns:
- branchId
-
setBranchId
public void setBranchId(String branchId)
-
retentionDays
public GarbageCollectionRule retentionDays(Integer retentionDays)
-
getRetentionDays
@Nonnull public Integer getRetentionDays()
Get retentionDays- Returns:
- retentionDays
-
setRetentionDays
public void setRetentionDays(Integer retentionDays)
-
-