Package org.openapitools.client.model
Class PushUserFactorProfile
java.lang.Object
org.openapitools.client.model.PushUserFactorProfile
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2023-04-19T09:13:44.263607-05:00[America/Chicago]")
public class PushUserFactorProfile
extends Object
PushUserFactorProfile
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncredentialId(String credentialId) deviceToken(String deviceToken) deviceType(String deviceType) booleanGet credentialIdGet deviceTokenGet deviceTypegetName()Get nameGet platformGet versioninthashCode()voidsetCredentialId(String credentialId) voidsetDeviceToken(String deviceToken) voidsetDeviceType(String deviceType) voidvoidsetPlatform(String platform) voidsetVersion(String version) toString() 
- 
Field Details
- 
JSON_PROPERTY_CREDENTIAL_ID
- See Also:
 
 - 
JSON_PROPERTY_DEVICE_TOKEN
- See Also:
 
 - 
JSON_PROPERTY_DEVICE_TYPE
- See Also:
 
 - 
JSON_PROPERTY_NAME
- See Also:
 
 - 
JSON_PROPERTY_PLATFORM
- See Also:
 
 - 
JSON_PROPERTY_VERSION
- See Also:
 
 
 - 
 - 
Constructor Details
- 
PushUserFactorProfile
public PushUserFactorProfile() 
 - 
 - 
Method Details
- 
credentialId
 - 
getCredentialId
Get credentialId- Returns:
 - credentialId
 
 - 
setCredentialId
 - 
deviceToken
 - 
getDeviceToken
Get deviceToken- Returns:
 - deviceToken
 
 - 
setDeviceToken
 - 
deviceType
 - 
getDeviceType
Get deviceType- Returns:
 - deviceType
 
 - 
setDeviceType
 - 
name
 - 
getName
Get name- Returns:
 - name
 
 - 
setName
 - 
platform
 - 
getPlatform
Get platform- Returns:
 - platform
 
 - 
setPlatform
 - 
version
 - 
getVersion
Get version- Returns:
 - version
 
 - 
setVersion
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -