@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class APNSPushProvider extends PushProvider implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_CONFIGURATION |
JSON_PROPERTY_ID, JSON_PROPERTY_LAST_UPDATED_DATE, JSON_PROPERTY_LINKS, JSON_PROPERTY_NAME, JSON_PROPERTY_PROVIDER_TYPE, providerType
Constructor and Description |
---|
APNSPushProvider() |
Modifier and Type | Method and Description |
---|---|
APNSPushProvider |
_configuration(APNSConfiguration _configuration) |
boolean |
equals(Object o) |
APNSConfiguration |
getConfiguration()
Get _configuration
|
int |
hashCode() |
void |
setConfiguration(APNSConfiguration _configuration) |
String |
toString() |
getId, getLastUpdatedDate, getLinks, getName, getProviderType, links, name, providerType, setLinks, setName, setProviderType
public static final String JSON_PROPERTY_CONFIGURATION
public APNSPushProvider _configuration(APNSConfiguration _configuration)
@Nullable public APNSConfiguration getConfiguration()
public void setConfiguration(APNSConfiguration _configuration)
public boolean equals(Object o)
equals
in class PushProvider
public int hashCode()
hashCode
in class PushProvider
public String toString()
toString
in class PushProvider
Copyright © 2017–2023 Okta. All rights reserved.