@Generated(value={"Immutables.generator","_GetTokenByOneTimePasscodeRequest"}) public final class GetTokenByOneTimePasscodeRequest extends Object
_GetTokenByOneTimePasscodeRequest.
Use the builder to create immutable instances:
GetTokenByOneTimePasscodeRequest.builder().
| Modifier and Type | Class and Description |
|---|---|
static class |
GetTokenByOneTimePasscodeRequest.Builder
Builds instances of type
GetTokenByOneTimePasscodeRequest. |
| Modifier and Type | Method and Description |
|---|---|
static GetTokenByOneTimePasscodeRequest.Builder |
builder()
Creates a builder for
GetTokenByOneTimePasscodeRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
GetTokenByOneTimePasscodeRequest that have equal attribute values. |
String |
getClientId()
The client id
|
String |
getClientSecret()
The client secret
|
String |
getPasscode()
The passcode
|
TokenFormat |
getTokenFormat()
The token format
|
int |
hashCode()
Computes a hash code from attributes:
passcode, tokenFormat, clientId, clientSecret. |
String |
toString()
Prints the immutable value
GetTokenByOneTimePasscodeRequest with attribute values. |
public String getPasscode()
public TokenFormat getTokenFormat()
public String getClientId()
public String getClientSecret()
public boolean equals(Object another)
GetTokenByOneTimePasscodeRequest that have equal attribute values.public int hashCode()
passcode, tokenFormat, clientId, clientSecret.public String toString()
GetTokenByOneTimePasscodeRequest with attribute values.public static GetTokenByOneTimePasscodeRequest.Builder builder()
GetTokenByOneTimePasscodeRequest.Copyright © 2016 Pivotal Software, Inc.. All rights reserved.