@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class WsFederationApplicationAllOf
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
JSON_PROPERTY_NAME |
static java.lang.String |
JSON_PROPERTY_SETTINGS |
Constructor and Description |
---|
WsFederationApplicationAllOf() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getName()
Get name
|
WsFederationApplicationSettings |
getSettings()
Get settings
|
int |
hashCode() |
WsFederationApplicationAllOf |
name(java.lang.String name) |
void |
setName(java.lang.String name) |
void |
setSettings(WsFederationApplicationSettings settings) |
WsFederationApplicationAllOf |
settings(WsFederationApplicationSettings settings) |
java.lang.String |
toString() |
public static final java.lang.String JSON_PROPERTY_NAME
public static final java.lang.String JSON_PROPERTY_SETTINGS
public WsFederationApplicationAllOf name(java.lang.String name)
@Nullable public java.lang.String getName()
public void setName(java.lang.String name)
public WsFederationApplicationAllOf settings(WsFederationApplicationSettings settings)
@Nullable public WsFederationApplicationSettings getSettings()
public void setSettings(WsFederationApplicationSettings settings)
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.