Class IPATopBatchResponse
java.lang.Object
com.tremolosecurity.unison.freeipa.json.IPATopBatchResponse
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getCount()
getError()
int
getId()
void
setCount
(int count) void
void
setId
(int id) void
setMessages
(Object messages) void
setResults
(List<IPATopResult> results)
-
Constructor Details
-
IPATopBatchResponse
public IPATopBatchResponse()
-
-
Method Details
-
getCount
public int getCount()- Returns:
- the count
-
getMessages
- Returns:
- the messages
-
getResults
- Returns:
- the results
-
setCount
public void setCount(int count) - Parameters:
count
- the count to set
-
setMessages
- Parameters:
messages
- the messages to set
-
setResults
- Parameters:
results
- the results to set
-
setError
- Parameters:
error
- the error to set
-
setId
public void setId(int id) - Parameters:
id
- the id to set
-
getError
- Returns:
- the error
-
getId
public int getId()- Returns:
- the id
-