@Immutable
public class HmacIdentityConfig
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
HmacIdentityConfig.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getEntityId() |
java.lang.String |
getSecretKey() |
int |
getSecretKeyVersion() |
int |
hashCode() |
static HmacIdentityConfig.Builder |
newBuilder() |
public java.lang.String getEntityId()
public int getSecretKeyVersion()
public java.lang.String getSecretKey()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public static HmacIdentityConfig.Builder newBuilder()