Uses of Class
org.hpccsystems.ws.client.wrappers.wsdfu.DFUFileDetailWrapper
-
Packages that use DFUFileDetailWrapper Package Description org.hpccsystems.ws.client Provides several HPCC Systems client libraries used to actuate a variety of actions on a target HPCC Systems instance.org.hpccsystems.ws.client.wrappers.wsdfu -
-
Uses of DFUFileDetailWrapper in org.hpccsystems.ws.client
Methods in org.hpccsystems.ws.client that return DFUFileDetailWrapper Modifier and Type Method Description DFUFileDetailWrapper
HPCCWsDFUClient. getFileDetails(String logicalname, String clustername)
Gets the file details.DFUFileDetailWrapper
HPCCWsDFUClient. getFileDetails(String logicalname, String clustername, boolean jsonTypeInfo, boolean binTypeInfo)
Gets the file details. -
Uses of DFUFileDetailWrapper in org.hpccsystems.ws.client.wrappers.wsdfu
Methods in org.hpccsystems.ws.client.wrappers.wsdfu that return DFUFileDetailWrapper Modifier and Type Method Description DFUFileDetailWrapper
DFUInfoWrapper. getFileDetail()
Gets the file detail.Methods in org.hpccsystems.ws.client.wrappers.wsdfu with parameters of type DFUFileDetailWrapper Modifier and Type Method Description void
DFUInfoWrapper. setFileDetail(DFUFileDetailWrapper detailInfo)
Sets the file detail.
-