Constructor and Description |
---|
SecretDeliveryResponse(String name,
String secret,
int secretLength,
String checksum,
ApiDate creationDate,
ApiDate updateDate,
com.google.common.collect.ImmutableMap<String,String> metadata) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static SecretDeliveryResponse |
fromSanitizedSecret(SanitizedSecret sanitizedSecret) |
static SecretDeliveryResponse |
fromSecret(Secret secret) |
String |
getChecksum() |
ApiDate |
getCreationDate() |
Map<String,String> |
getMetadata() |
String |
getName() |
String |
getSecret() |
int |
getSecretLength() |
ApiDate |
getUpdateDate() |
int |
hashCode() |
String |
toString() |
public static SecretDeliveryResponse fromSecret(Secret secret)
public static SecretDeliveryResponse fromSanitizedSecret(SanitizedSecret sanitizedSecret)
public String getName()
public String getSecret()
public int getSecretLength()
public String getChecksum()
public ApiDate getCreationDate()
public ApiDate getUpdateDate()
public Map<String,String> getMetadata()
Copyright © 2018 Walmart, Inc.. All rights reserved.