Class QueryResultWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.wsworkunits.QueryResultWrapper
-
@Deprecated public class QueryResultWrapper extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description QueryResultWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.QuerySetQuery qr)Deprecated.Instantiates a new query result wrapper.QueryResultWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.QuerySetQueryActionResult raw)Deprecated.Instantiates a new query result wrapper.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description BooleangetActivated()Deprecated.Gets the activated.List<ClusterQueryWrapper>getClusters()Deprecated.Gets the clusters.IntegergetCode()Deprecated.Gets the code.StringgetComment()Deprecated.Gets the comment.StringgetDll()Deprecated.Gets the dll.StringgetId()Deprecated.Gets the id.BooleangetLibrary()Deprecated.Gets the library.StringgetMemoryLimit()Deprecated.Gets the memory limit.StringgetMessage()Deprecated.Gets the message.StringgetName()Deprecated.Gets the name.StringgetPriority()Deprecated.Gets the priority.StringgetPublishedBy()Deprecated.Gets the published by.StringgetQuerySetId()Deprecated.Gets the query set id.StringgetSnapshot()Deprecated.Gets the snapshot.BooleangetSuccess()Deprecated.Gets the success.BooleangetSuspended()Deprecated.Gets the suspended.StringgetWuid()Deprecated.Gets the wuid.voidsetActivated(Boolean activated)Deprecated.Sets the activated.voidsetClusters(List<ClusterQueryWrapper> clusters)Deprecated.Sets the clusters.voidsetCode(Integer code)Deprecated.Sets the code.voidsetComment(String comment)Deprecated.Sets the comment.voidsetDll(String dll)Deprecated.Sets the dll.voidsetId(String id)Deprecated.Sets the id.voidsetLibrary(Boolean library)Deprecated.Sets the library.voidsetMemoryLimit(String memoryLimit)Deprecated.Sets the memory limit.voidsetMessage(String message)Deprecated.Sets the message.voidsetName(String name)Deprecated.Sets the name.voidsetPriority(String priority)Deprecated.Sets the priority.voidsetPublishedBy(String publishedBy)Deprecated.Sets the published by.voidsetQuerySetId(String querySetId)Deprecated.Sets the query set id.voidsetSnapshot(String snapshot)Deprecated.Sets the snapshot.voidsetSuccess(Boolean success)Deprecated.Sets the success.voidsetSuspended(Boolean suspended)Deprecated.Sets the suspended.voidsetWuid(String wuid)Deprecated.Sets the wuid.StringtoString()Deprecated.
-
-
-
Constructor Detail
-
QueryResultWrapper
public QueryResultWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.QuerySetQueryActionResult raw)
Deprecated.Instantiates a new query result wrapper.- Parameters:
raw- the raw
-
QueryResultWrapper
public QueryResultWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.QuerySetQuery qr)
Deprecated.Instantiates a new query result wrapper.- Parameters:
qr- the qr
-
-
Method Detail
-
getActivated
public Boolean getActivated()
Deprecated.Gets the activated.- Returns:
- the activated
-
setActivated
public void setActivated(Boolean activated)
Deprecated.Sets the activated.- Parameters:
activated- the new activated
-
getClusters
public List<ClusterQueryWrapper> getClusters()
Deprecated.Gets the clusters.- Returns:
- the clusters
-
setClusters
public void setClusters(List<ClusterQueryWrapper> clusters)
Deprecated.Sets the clusters.- Parameters:
clusters- the new clusters
-
getComment
public String getComment()
Deprecated.Gets the comment.- Returns:
- the comment
-
setComment
public void setComment(String comment)
Deprecated.Sets the comment.- Parameters:
comment- the new comment
-
getDll
public String getDll()
Deprecated.Gets the dll.- Returns:
- the dll
-
setDll
public void setDll(String dll)
Deprecated.Sets the dll.- Parameters:
dll- the new dll
-
getId
public String getId()
Deprecated.Gets the id.- Returns:
- the id
-
setId
public void setId(String id)
Deprecated.Sets the id.- Parameters:
id- the new id
-
getLibrary
public Boolean getLibrary()
Deprecated.Gets the library.- Returns:
- the library
-
setLibrary
public void setLibrary(Boolean library)
Deprecated.Sets the library.- Parameters:
library- the new library
-
getMemoryLimit
public String getMemoryLimit()
Deprecated.Gets the memory limit.- Returns:
- the memory limit
-
setMemoryLimit
public void setMemoryLimit(String memoryLimit)
Deprecated.Sets the memory limit.- Parameters:
memoryLimit- the new memory limit
-
getName
public String getName()
Deprecated.Gets the name.- Returns:
- the name
-
setName
public void setName(String name)
Deprecated.Sets the name.- Parameters:
name- the new name
-
getPriority
public String getPriority()
Deprecated.Gets the priority.- Returns:
- the priority
-
setPriority
public void setPriority(String priority)
Deprecated.Sets the priority.- Parameters:
priority- the new priority
-
getPublishedBy
public String getPublishedBy()
Deprecated.Gets the published by.- Returns:
- the published by
-
setPublishedBy
public void setPublishedBy(String publishedBy)
Deprecated.Sets the published by.- Parameters:
publishedBy- the new published by
-
getQuerySetId
public String getQuerySetId()
Deprecated.Gets the query set id.- Returns:
- the query set id
-
setQuerySetId
public void setQuerySetId(String querySetId)
Deprecated.Sets the query set id.- Parameters:
querySetId- the new query set id
-
getSnapshot
public String getSnapshot()
Deprecated.Gets the snapshot.- Returns:
- the snapshot
-
setSnapshot
public void setSnapshot(String snapshot)
Deprecated.Sets the snapshot.- Parameters:
snapshot- the new snapshot
-
getSuspended
public Boolean getSuspended()
Deprecated.Gets the suspended.- Returns:
- the suspended
-
setSuspended
public void setSuspended(Boolean suspended)
Deprecated.Sets the suspended.- Parameters:
suspended- the new suspended
-
getWuid
public String getWuid()
Deprecated.Gets the wuid.- Returns:
- the wuid
-
setWuid
public void setWuid(String wuid)
Deprecated.Sets the wuid.- Parameters:
wuid- the new wuid
-
getCode
public Integer getCode()
Deprecated.Gets the code.- Returns:
- the code
-
setCode
public void setCode(Integer code)
Deprecated.Sets the code.- Parameters:
code- the new code
-
getMessage
public String getMessage()
Deprecated.Gets the message.- Returns:
- the message
-
setMessage
public void setMessage(String message)
Deprecated.Sets the message.- Parameters:
message- the new message
-
getSuccess
public Boolean getSuccess()
Deprecated.Gets the success.- Returns:
- the success
-
setSuccess
public void setSuccess(Boolean success)
Deprecated.Sets the success.- Parameters:
success- the new success
-
-