public class LocateResponse extends Object implements KmipStruct
| Constructor and Description |
|---|
LocateResponse() |
LocateResponse(Optional<Integer> located_items,
Optional<String[]> unique_identifier) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Optional<Integer> |
getLocated_items() |
Optional<String[]> |
getUnique_identifier() |
int |
hashCode() |
LocateResponse |
located_items(Optional<Integer> located_items) |
void |
setLocated_items(Optional<Integer> located_items) |
void |
setUnique_identifier(Optional<String[]> unique_identifier) |
String |
toString() |
LocateResponse |
unique_identifier(Optional<String[]> unique_identifier) |
public LocateResponse located_items(Optional<Integer> located_items)
public LocateResponse unique_identifier(Optional<String[]> unique_identifier)
Copyright © 2023. All rights reserved.