@Generated(value={"Immutables.generator","_GetTokenKeyResponse"}) public final class GetTokenKeyResponse extends AbstractTokenKey
Modifier and Type | Class and Description |
---|---|
static class |
GetTokenKeyResponse.Builder
Builds instances of type
GetTokenKeyResponse . |
Modifier and Type | Method and Description |
---|---|
static GetTokenKeyResponse.Builder |
builder()
Creates a builder for
GetTokenKeyResponse . |
boolean |
equals(Object another)
This instance is equal to all instances of
GetTokenKeyResponse that have equal attribute values. |
String |
getAlgorithm()
The algorithm
|
String |
getE()
The exponent
|
String |
getId()
The id
|
KeyType |
getKeyType()
The key type
|
String |
getN()
The modulus
|
String |
getUse()
The use
|
String |
getValue()
The value
|
int |
hashCode()
Computes a hash code from attributes:
algorithm , e , id , keyType , n , use , value . |
String |
toString()
Prints the immutable value
GetTokenKeyResponse with attribute values. |
public String getAlgorithm()
getAlgorithm
in class AbstractTokenKey
public String getE()
getE
in class AbstractTokenKey
public String getId()
getId
in class AbstractTokenKey
public KeyType getKeyType()
getKeyType
in class AbstractTokenKey
public String getN()
getN
in class AbstractTokenKey
public String getUse()
getUse
in class AbstractTokenKey
public String getValue()
getValue
in class AbstractTokenKey
public boolean equals(Object another)
GetTokenKeyResponse
that have equal attribute values.public int hashCode()
algorithm
, e
, id
, keyType
, n
, use
, value
.public String toString()
GetTokenKeyResponse
with attribute values.public static GetTokenKeyResponse.Builder builder()
GetTokenKeyResponse
.Copyright © 2018 Pivotal Software, Inc.. All rights reserved.