Class BucketInfo.ObjectRetention (2.37.0)

public static final class BucketInfo.ObjectRetention implements Serializable

Inheritance

Object > BucketInfo.ObjectRetention

Implements

Serializable

Static Methods

newBuilder()

public static BucketInfo.ObjectRetention.Builder newBuilder()
Returns
Type Description
BucketInfo.ObjectRetention.Builder

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
Name Description
o Object
Returns
Type Description
boolean
Overrides

getMode()

public BucketInfo.ObjectRetention.Mode getMode()
Returns
Type Description
BucketInfo.ObjectRetention.Mode

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toBuilder()

public BucketInfo.ObjectRetention.Builder toBuilder()
Returns
Type Description
BucketInfo.ObjectRetention.Builder

toString()

public String toString()
Returns
Type Description
String
Overrides