public class ModifyKeyServerKmipResult
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ModifyKeyServerKmipResult.Builder |
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
ModifyKeyServerKmipResult() |
ModifyKeyServerKmipResult(KeyServerKmip kmipKeyServer) |
| Modifier and Type | Method and Description |
|---|---|
ModifyKeyServerKmipResult.Builder |
asBuilder() |
static ModifyKeyServerKmipResult.Builder |
builder() |
boolean |
equals(java.lang.Object o) |
KeyServerKmip |
getKmipKeyServer()
The resulting KMIP (Key Management Interoperability Protocol) Key Server after the modifications have been applied.
|
int |
hashCode() |
void |
setKmipKeyServer(KeyServerKmip kmipKeyServer) |
java.util.Map<java.lang.String,java.lang.Object> |
toMap() |
java.lang.String |
toString() |
public static final long serialVersionUID
@Since(value="7.0") public ModifyKeyServerKmipResult(KeyServerKmip kmipKeyServer)
public KeyServerKmip getKmipKeyServer()
public void setKmipKeyServer(KeyServerKmip kmipKeyServer)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.util.Map<java.lang.String,java.lang.Object> toMap()
public java.lang.String toString()
toString in class java.lang.Objectpublic static ModifyKeyServerKmipResult.Builder builder()
public final ModifyKeyServerKmipResult.Builder asBuilder()