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