Package com.okta.sdk.resource.model
Class PasswordImportRequestDataContextCredential
java.lang.Object
com.okta.sdk.resource.model.PasswordImportRequestDataContextCredential
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class PasswordImportRequestDataContextCredential
extends Object
implements Serializable
PasswordImportRequestDataContextCredential
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
The `password` that the user supplied when attempting to sign in to Okta.The `username` that the user supplied when attempting to sign in to Okta.int
hashCode()
void
setPassword
(String password) void
setUsername
(String username) toString()
-
Field Details
-
JSON_PROPERTY_USERNAME
- See Also:
-
JSON_PROPERTY_PASSWORD
- See Also:
-
-
Constructor Details
-
PasswordImportRequestDataContextCredential
public PasswordImportRequestDataContextCredential()
-
-
Method Details
-
username
-
getUsername
The `username` that the user supplied when attempting to sign in to Okta.- Returns:
- username
-
setUsername
-
password
-
getPassword
The `password` that the user supplied when attempting to sign in to Okta.- Returns:
- password
-
setPassword
-
equals
-
hashCode
public int hashCode() -
toString
-