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 String
getDaliServer()
Deprecated.Gets the dali server.String
getFileContent()
Deprecated.Gets the file content.String
getFileName()
Deprecated.Gets the file name.String
getQueryId()
Deprecated.Gets the query id.String
getQueryName()
Deprecated.Gets the query name.String
getQuerySet()
Deprecated.Gets the query set.String
getWuid()
Deprecated.Gets the wuid.void
setDaliServer(String daliServer)
Deprecated.Sets the dali server.void
setFileContent(String fileContent)
Deprecated.Sets the file content.void
setFileName(String fileName)
Deprecated.Sets the file name.void
setQueryId(String queryId)
Deprecated.Sets the query id.void
setQueryName(String queryName)
Deprecated.Sets the query name.void
setQuerySet(String querySet)
Deprecated.Sets the query set.void
setWuid(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
-
-