Package io.lakefs.clients.api.model
Class AbortPresignMultipartUpload
- java.lang.Object
-
- io.lakefs.clients.api.model.AbortPresignMultipartUpload
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class AbortPresignMultipartUpload extends ObjectAbortPresignMultipartUpload
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_PHYSICAL_ADDRESS
-
Constructor Summary
Constructors Constructor Description AbortPresignMultipartUpload()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetPhysicalAddress()Get physicalAddressinthashCode()AbortPresignMultipartUploadphysicalAddress(String physicalAddress)voidsetPhysicalAddress(String physicalAddress)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_PHYSICAL_ADDRESS
public static final String SERIALIZED_NAME_PHYSICAL_ADDRESS
- See Also:
- Constant Field Values
-
-
Method Detail
-
physicalAddress
public AbortPresignMultipartUpload physicalAddress(String physicalAddress)
-
getPhysicalAddress
@Nonnull public String getPhysicalAddress()
Get physicalAddress- Returns:
- physicalAddress
-
setPhysicalAddress
public void setPhysicalAddress(String physicalAddress)
-
-