@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class SecurePasswordStoreApplicationSettingsAllOf
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
JSON_PROPERTY_APP |
Constructor and Description |
---|
SecurePasswordStoreApplicationSettingsAllOf() |
Modifier and Type | Method and Description |
---|---|
SecurePasswordStoreApplicationSettingsAllOf |
app(SecurePasswordStoreApplicationSettingsApplication app) |
boolean |
equals(java.lang.Object o) |
SecurePasswordStoreApplicationSettingsApplication |
getApp()
Get app
|
int |
hashCode() |
void |
setApp(SecurePasswordStoreApplicationSettingsApplication app) |
java.lang.String |
toString() |
public static final java.lang.String JSON_PROPERTY_APP
public SecurePasswordStoreApplicationSettingsAllOf()
public SecurePasswordStoreApplicationSettingsAllOf app(SecurePasswordStoreApplicationSettingsApplication app)
@Nullable public SecurePasswordStoreApplicationSettingsApplication getApp()
public void setApp(SecurePasswordStoreApplicationSettingsApplication app)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2017-2022 Okta. All Rights Reserved.