@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class ProvisioningConnectionRequest
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
JSON_PROPERTY_PROFILE |
Constructor and Description |
---|
ProvisioningConnectionRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
ProvisioningConnectionProfile |
getProfile()
Get profile
|
int |
hashCode() |
ProvisioningConnectionRequest |
profile(ProvisioningConnectionProfile profile) |
void |
setProfile(ProvisioningConnectionProfile profile) |
java.lang.String |
toString() |
public static final java.lang.String JSON_PROPERTY_PROFILE
public ProvisioningConnectionRequest profile(ProvisioningConnectionProfile profile)
@Nullable public ProvisioningConnectionProfile getProfile()
public void setProfile(ProvisioningConnectionProfile profile)
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.