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