@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class GroupSchemaDefinitions
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
JSON_PROPERTY_BASE |
static java.lang.String |
JSON_PROPERTY_CUSTOM |
| Constructor and Description |
|---|
GroupSchemaDefinitions() |
| Modifier and Type | Method and Description |
|---|---|
GroupSchemaDefinitions |
base(GroupSchemaBase base) |
GroupSchemaDefinitions |
custom(GroupSchemaCustom custom) |
boolean |
equals(java.lang.Object o) |
GroupSchemaBase |
getBase()
Get base
|
GroupSchemaCustom |
getCustom()
Get custom
|
int |
hashCode() |
void |
setBase(GroupSchemaBase base) |
void |
setCustom(GroupSchemaCustom custom) |
java.lang.String |
toString() |
public static final java.lang.String JSON_PROPERTY_BASE
public static final java.lang.String JSON_PROPERTY_CUSTOM
public GroupSchemaDefinitions base(GroupSchemaBase base)
@Nullable public GroupSchemaBase getBase()
public void setBase(GroupSchemaBase base)
public GroupSchemaDefinitions custom(GroupSchemaCustom custom)
@Nullable public GroupSchemaCustom getCustom()
public void setCustom(GroupSchemaCustom custom)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2017-2022 Okta. All Rights Reserved.