public class ListKeyServersKmipResult
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ListKeyServersKmipResult.Builder |
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
ListKeyServersKmipResult() |
ListKeyServersKmipResult(KeyServerKmip[] kmipKeyServers) |
Modifier and Type | Method and Description |
---|---|
ListKeyServersKmipResult.Builder |
asBuilder() |
static ListKeyServersKmipResult.Builder |
builder() |
boolean |
equals(java.lang.Object o) |
KeyServerKmip[] |
getKmipKeyServers()
The complete list of KMIP (Key Management Interoperability Protocol) Key Servers which have been created via CreateKeyServerKmip.
|
int |
hashCode() |
void |
setKmipKeyServers(KeyServerKmip[] kmipKeyServers) |
java.util.Map<java.lang.String,java.lang.Object> |
toMap() |
java.lang.String |
toString() |
public static final long serialVersionUID
@Since(value="7.0") public ListKeyServersKmipResult(KeyServerKmip[] kmipKeyServers)
public KeyServerKmip[] getKmipKeyServers()
public void setKmipKeyServers(KeyServerKmip[] kmipKeyServers)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.util.Map<java.lang.String,java.lang.Object> toMap()
public java.lang.String toString()
toString
in class java.lang.Object
public static ListKeyServersKmipResult.Builder builder()
public final ListKeyServersKmipResult.Builder asBuilder()