@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class PasswordCredential extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_HASH |
static String |
JSON_PROPERTY_HOOK |
static String |
JSON_PROPERTY_VALUE |
Constructor and Description |
---|
PasswordCredential() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
PasswordCredentialHash |
getHash()
Get hash
|
PasswordCredentialHook |
getHook()
Get hook
|
String |
getValue()
Get value
|
PasswordCredential |
hash(PasswordCredentialHash hash) |
int |
hashCode() |
PasswordCredential |
hook(PasswordCredentialHook hook) |
void |
setHash(PasswordCredentialHash hash) |
void |
setHook(PasswordCredentialHook hook) |
void |
setValue(String value) |
String |
toString() |
PasswordCredential |
value(String value) |
public static final String JSON_PROPERTY_HASH
public static final String JSON_PROPERTY_HOOK
public static final String JSON_PROPERTY_VALUE
public PasswordCredential hash(PasswordCredentialHash hash)
@Nullable public PasswordCredentialHash getHash()
public void setHash(PasswordCredentialHash hash)
public PasswordCredential hook(PasswordCredentialHook hook)
@Nullable public PasswordCredentialHook getHook()
public void setHook(PasswordCredentialHook hook)
public PasswordCredential value(String value)
public void setValue(String value)
Copyright © 2017–2023 Okta. All rights reserved.