Package io.lakefs.clients.api.model
Class StagingLocation
- java.lang.Object
-
- io.lakefs.clients.api.model.StagingLocation
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class StagingLocation extends Objectlocation for placing an object when staging it
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_PHYSICAL_ADDRESSstatic StringSERIALIZED_NAME_TOKEN
-
Constructor Summary
Constructors Constructor Description StagingLocation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetPhysicalAddress()Get physicalAddressStringgetToken()opaque staging token to use to link uploaded objectinthashCode()StagingLocationphysicalAddress(String physicalAddress)voidsetPhysicalAddress(String physicalAddress)voidsetToken(String token)StagingLocationtoken(String token)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_PHYSICAL_ADDRESS
public static final String SERIALIZED_NAME_PHYSICAL_ADDRESS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TOKEN
public static final String SERIALIZED_NAME_TOKEN
- See Also:
- Constant Field Values
-
-
Method Detail
-
physicalAddress
public StagingLocation physicalAddress(String physicalAddress)
-
getPhysicalAddress
@Nullable public String getPhysicalAddress()
Get physicalAddress- Returns:
- physicalAddress
-
setPhysicalAddress
public void setPhysicalAddress(String physicalAddress)
-
token
public StagingLocation token(String token)
-
getToken
@Nonnull public String getToken()
opaque staging token to use to link uploaded object- Returns:
- token
-
setToken
public void setToken(String token)
-
-