Class WULogFileWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.wsworkunits.WULogFileWrapper
-
@Deprecated public class WULogFileWrapper extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description WULogFileWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.WULogFileResponse raw)Deprecated.Instantiates a new WU log file wrapper.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetDaliServer()Deprecated.Gets the dali server.StringgetFileContent()Deprecated.Gets the file content.StringgetFileName()Deprecated.Gets the file name.StringgetQueryId()Deprecated.Gets the query id.StringgetQueryName()Deprecated.Gets the query name.StringgetQuerySet()Deprecated.Gets the query set.StringgetWuid()Deprecated.Gets the wuid.voidsetDaliServer(String daliServer)Deprecated.Sets the dali server.voidsetFileContent(String fileContent)Deprecated.Sets the file content.voidsetFileName(String fileName)Deprecated.Sets the file name.voidsetQueryId(String queryId)Deprecated.Sets the query id.voidsetQueryName(String queryName)Deprecated.Sets the query name.voidsetQuerySet(String querySet)Deprecated.Sets the query set.voidsetWuid(String wuid)Deprecated.Sets the wuid.
-
-
-
Method Detail
-
getDaliServer
public String getDaliServer()
Deprecated.Gets the dali server.- Returns:
- the dali server
-
setDaliServer
public void setDaliServer(String daliServer)
Deprecated.Sets the dali server.- Parameters:
daliServer- the new dali server
-
getFileName
public String getFileName()
Deprecated.Gets the file name.- Returns:
- the file name
-
setFileName
public void setFileName(String fileName)
Deprecated.Sets the file name.- Parameters:
fileName- the new file name
-
getQueryId
public String getQueryId()
Deprecated.Gets the query id.- Returns:
- the query id
-
setQueryId
public void setQueryId(String queryId)
Deprecated.Sets the query id.- Parameters:
queryId- the new query id
-
getQueryName
public String getQueryName()
Deprecated.Gets the query name.- Returns:
- the query name
-
setQueryName
public void setQueryName(String queryName)
Deprecated.Sets the query name.- Parameters:
queryName- the new query name
-
getQuerySet
public String getQuerySet()
Deprecated.Gets the query set.- Returns:
- the query set
-
setQuerySet
public void setQuerySet(String querySet)
Deprecated.Sets the query set.- Parameters:
querySet- the new query set
-
getFileContent
public String getFileContent()
Deprecated.Gets the file content.- Returns:
- the file content
-
setFileContent
public void setFileContent(String fileContent)
Deprecated.Sets the file content.- Parameters:
fileContent- the new file content
-
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
-
-