public class GetKeyProviderKmipResult
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
GetKeyProviderKmipResult.Builder |
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
GetKeyProviderKmipResult() |
GetKeyProviderKmipResult(KeyProviderKmip kmipKeyProvider) |
Modifier and Type | Method and Description |
---|---|
GetKeyProviderKmipResult.Builder |
asBuilder() |
static GetKeyProviderKmipResult.Builder |
builder() |
boolean |
equals(java.lang.Object o) |
KeyProviderKmip |
getKmipKeyProvider()
A KMIP (Key Management Interoperability Protocol) Key Provider which was created previously via CreateKeyProviderKmip.
|
int |
hashCode() |
void |
setKmipKeyProvider(KeyProviderKmip kmipKeyProvider) |
java.util.Map<java.lang.String,java.lang.Object> |
toMap() |
java.lang.String |
toString() |
public static final long serialVersionUID
@Since(value="7.0") public GetKeyProviderKmipResult(KeyProviderKmip kmipKeyProvider)
public KeyProviderKmip getKmipKeyProvider()
public void setKmipKeyProvider(KeyProviderKmip kmipKeyProvider)
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 GetKeyProviderKmipResult.Builder builder()
public final GetKeyProviderKmipResult.Builder asBuilder()