public class QueryResultWrapper extends Object
| Constructor and Description |
|---|
QueryResultWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_81.QuerySetQuery qr)
Instantiates a new query result wrapper.
|
QueryResultWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_81.QuerySetQueryActionResult raw)
Instantiates a new query result wrapper.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getActivated()
Gets the activated.
|
List<ClusterQueryWrapper> |
getClusters()
Gets the clusters.
|
Integer |
getCode()
Gets the code.
|
String |
getComment()
Gets the comment.
|
String |
getDll()
Gets the dll.
|
String |
getId()
Gets the id.
|
Boolean |
getLibrary()
Gets the library.
|
String |
getMemoryLimit()
Gets the memory limit.
|
String |
getMessage()
Gets the message.
|
String |
getName()
Gets the name.
|
String |
getPriority()
Gets the priority.
|
String |
getPublishedBy()
Gets the published by.
|
String |
getQuerySetId()
Gets the query set id.
|
String |
getSnapshot()
Gets the snapshot.
|
Boolean |
getSuccess()
Gets the success.
|
Boolean |
getSuspended()
Gets the suspended.
|
String |
getWuid()
Gets the wuid.
|
void |
setActivated(Boolean activated)
Sets the activated.
|
void |
setClusters(List<ClusterQueryWrapper> clusters)
Sets the clusters.
|
void |
setCode(Integer code)
Sets the code.
|
void |
setComment(String comment)
Sets the comment.
|
void |
setDll(String dll)
Sets the dll.
|
void |
setId(String id)
Sets the id.
|
void |
setLibrary(Boolean library)
Sets the library.
|
void |
setMemoryLimit(String memoryLimit)
Sets the memory limit.
|
void |
setMessage(String message)
Sets the message.
|
void |
setName(String name)
Sets the name.
|
void |
setPriority(String priority)
Sets the priority.
|
void |
setPublishedBy(String publishedBy)
Sets the published by.
|
void |
setQuerySetId(String querySetId)
Sets the query set id.
|
void |
setSnapshot(String snapshot)
Sets the snapshot.
|
void |
setSuccess(Boolean success)
Sets the success.
|
void |
setSuspended(Boolean suspended)
Sets the suspended.
|
void |
setWuid(String wuid)
Sets the wuid.
|
String |
toString() |
public QueryResultWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_81.QuerySetQueryActionResult raw)
raw - the rawpublic QueryResultWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_81.QuerySetQuery qr)
qr - the qrpublic Boolean getActivated()
public void setActivated(Boolean activated)
activated - the new activatedpublic List<ClusterQueryWrapper> getClusters()
public void setClusters(List<ClusterQueryWrapper> clusters)
clusters - the new clusterspublic String getComment()
public void setComment(String comment)
comment - the new commentpublic String getDll()
public void setDll(String dll)
dll - the new dllpublic String getId()
public void setId(String id)
id - the new idpublic Boolean getLibrary()
public void setLibrary(Boolean library)
library - the new librarypublic String getMemoryLimit()
public void setMemoryLimit(String memoryLimit)
memoryLimit - the new memory limitpublic String getName()
public void setName(String name)
name - the new namepublic String getPriority()
public void setPriority(String priority)
priority - the new prioritypublic String getPublishedBy()
public void setPublishedBy(String publishedBy)
publishedBy - the new published bypublic String getQuerySetId()
public void setQuerySetId(String querySetId)
querySetId - the new query set idpublic String getSnapshot()
public void setSnapshot(String snapshot)
snapshot - the new snapshotpublic Boolean getSuspended()
public void setSuspended(Boolean suspended)
suspended - the new suspendedpublic String getWuid()
public void setWuid(String wuid)
wuid - the new wuidpublic Integer getCode()
public void setCode(Integer code)
code - the new codepublic String getMessage()
public void setMessage(String message)
message - the new messagepublic Boolean getSuccess()
public void setSuccess(Boolean success)
success - the new successCopyright © 2021. All rights reserved.