@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class PolicyAccountLink
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
JSON_PROPERTY_ACTION |
static java.lang.String |
JSON_PROPERTY_FILTER |
| Constructor and Description |
|---|
PolicyAccountLink() |
| Modifier and Type | Method and Description |
|---|---|
PolicyAccountLink |
action(PolicyAccountLinkAction action) |
boolean |
equals(java.lang.Object o) |
PolicyAccountLink |
filter(PolicyAccountLinkFilter filter) |
PolicyAccountLinkAction |
getAction()
Get action
|
PolicyAccountLinkFilter |
getFilter()
Get filter
|
int |
hashCode() |
void |
setAction(PolicyAccountLinkAction action) |
void |
setFilter(PolicyAccountLinkFilter filter) |
java.lang.String |
toString() |
public static final java.lang.String JSON_PROPERTY_ACTION
public static final java.lang.String JSON_PROPERTY_FILTER
public PolicyAccountLink action(PolicyAccountLinkAction action)
@Nullable public PolicyAccountLinkAction getAction()
public void setAction(PolicyAccountLinkAction action)
public PolicyAccountLink filter(PolicyAccountLinkFilter filter)
@Nullable public PolicyAccountLinkFilter getFilter()
public void setFilter(PolicyAccountLinkFilter filter)
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.