@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class ProfileMappingProperty
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
JSON_PROPERTY_EXPRESSION |
static java.lang.String |
JSON_PROPERTY_PUSH_STATUS |
Constructor and Description |
---|
ProfileMappingProperty() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
ProfileMappingProperty |
expression(java.lang.String expression) |
java.lang.String |
getExpression()
Get expression
|
ProfileMappingPropertyPushStatus |
getPushStatus()
Get pushStatus
|
int |
hashCode() |
ProfileMappingProperty |
pushStatus(ProfileMappingPropertyPushStatus pushStatus) |
void |
setExpression(java.lang.String expression) |
void |
setPushStatus(ProfileMappingPropertyPushStatus pushStatus) |
java.lang.String |
toString() |
public static final java.lang.String JSON_PROPERTY_EXPRESSION
public static final java.lang.String JSON_PROPERTY_PUSH_STATUS
public ProfileMappingProperty expression(java.lang.String expression)
@Nullable public java.lang.String getExpression()
public void setExpression(java.lang.String expression)
public ProfileMappingProperty pushStatus(ProfileMappingPropertyPushStatus pushStatus)
@Nullable public ProfileMappingPropertyPushStatus getPushStatus()
public void setPushStatus(ProfileMappingPropertyPushStatus pushStatus)
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.