public class CreateResponse extends Object implements KmipStruct
| Constructor and Description |
|---|
CreateResponse() |
CreateResponse(ObjectType objectType,
String uniqueIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ObjectType |
getObjectType() |
String |
getUniqueIdentifier() |
int |
hashCode() |
CreateResponse |
objectType(ObjectType objectType) |
void |
setObjectType(ObjectType objectType) |
void |
setUniqueIdentifier(String uniqueIdentifier) |
String |
toString() |
CreateResponse |
uniqueIdentifier(String uniqueIdentifier) |
public CreateResponse()
public CreateResponse(ObjectType objectType, String uniqueIdentifier)
public ObjectType getObjectType()
public void setObjectType(ObjectType objectType)
public String getUniqueIdentifier()
public void setUniqueIdentifier(String uniqueIdentifier)
public CreateResponse objectType(ObjectType objectType)
public CreateResponse uniqueIdentifier(String uniqueIdentifier)
Copyright © 2022. All rights reserved.