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