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 Boolean
getActivated()
Deprecated.Gets the activated.List<ClusterQueryWrapper>
getClusters()
Deprecated.Gets the clusters.Integer
getCode()
Deprecated.Gets the code.String
getComment()
Deprecated.Gets the comment.String
getDll()
Deprecated.Gets the dll.String
getId()
Deprecated.Gets the id.Boolean
getLibrary()
Deprecated.Gets the library.String
getMemoryLimit()
Deprecated.Gets the memory limit.String
getMessage()
Deprecated.Gets the message.String
getName()
Deprecated.Gets the name.String
getPriority()
Deprecated.Gets the priority.String
getPublishedBy()
Deprecated.Gets the published by.String
getQuerySetId()
Deprecated.Gets the query set id.String
getSnapshot()
Deprecated.Gets the snapshot.Boolean
getSuccess()
Deprecated.Gets the success.Boolean
getSuspended()
Deprecated.Gets the suspended.String
getWuid()
Deprecated.Gets the wuid.void
setActivated(Boolean activated)
Deprecated.Sets the activated.void
setClusters(List<ClusterQueryWrapper> clusters)
Deprecated.Sets the clusters.void
setCode(Integer code)
Deprecated.Sets the code.void
setComment(String comment)
Deprecated.Sets the comment.void
setDll(String dll)
Deprecated.Sets the dll.void
setId(String id)
Deprecated.Sets the id.void
setLibrary(Boolean library)
Deprecated.Sets the library.void
setMemoryLimit(String memoryLimit)
Deprecated.Sets the memory limit.void
setMessage(String message)
Deprecated.Sets the message.void
setName(String name)
Deprecated.Sets the name.void
setPriority(String priority)
Deprecated.Sets the priority.void
setPublishedBy(String publishedBy)
Deprecated.Sets the published by.void
setQuerySetId(String querySetId)
Deprecated.Sets the query set id.void
setSnapshot(String snapshot)
Deprecated.Sets the snapshot.void
setSuccess(Boolean success)
Deprecated.Sets the success.void
setSuspended(Boolean suspended)
Deprecated.Sets the suspended.void
setWuid(String wuid)
Deprecated.Sets the wuid.String
toString()
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
-
-