Package io.lakefs.clients.api.model
Class Setup
- java.lang.Object
-
- io.lakefs.clients.api.model.Setup
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class Setup extends ObjectSetup
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_KEYstatic StringSERIALIZED_NAME_USERNAME
-
Constructor Summary
Constructors Constructor Description Setup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)AccessKeyCredentialsgetKey()Get keyStringgetUsername()an identifier for the user (e.g.inthashCode()Setupkey(AccessKeyCredentials key)voidsetKey(AccessKeyCredentials key)voidsetUsername(String username)StringtoString()Setupusername(String username)
-
-
-
Field Detail
-
SERIALIZED_NAME_USERNAME
public static final String SERIALIZED_NAME_USERNAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_KEY
public static final String SERIALIZED_NAME_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getUsername
@Nonnull public String getUsername()
an identifier for the user (e.g. jane.doe)- Returns:
- username
-
setUsername
public void setUsername(String username)
-
key
public Setup key(AccessKeyCredentials key)
-
getKey
@Nullable public AccessKeyCredentials getKey()
Get key- Returns:
- key
-
setKey
public void setKey(AccessKeyCredentials key)
-
-