Uses of Class
org.hpccsystems.ws.client.wrappers.DebugValueWrapper
-
Packages that use DebugValueWrapper Package Description org.hpccsystems.ws.client.wrappers.wsworkunits -
-
Uses of DebugValueWrapper in org.hpccsystems.ws.client.wrappers.wsworkunits
Methods in org.hpccsystems.ws.client.wrappers.wsworkunits that return types with arguments of type DebugValueWrapper Modifier and Type Method Description List<DebugValueWrapper>WorkunitWrapper. getDebugValues()Deprecated.Gets the debug values.List<DebugValueWrapper>WUCreateAndUpdateWrapper. getDebugValues()Deprecated.Gets the debug values.List<DebugValueWrapper>WUUpdateRequestWrapper. getDebugValues()Deprecated.Gets the debug values.Method parameters in org.hpccsystems.ws.client.wrappers.wsworkunits with type arguments of type DebugValueWrapper Modifier and Type Method Description WorkunitWrapperWorkunitWrapper. setDebugValues(List<DebugValueWrapper> debugValues)Deprecated.Sets the debug values.voidWUCreateAndUpdateWrapper. setDebugValues(List<DebugValueWrapper> debugValues)Deprecated.Sets the debug values.voidWUUpdateRequestWrapper. setDebugValues(List<DebugValueWrapper> debugValues)Deprecated.Sets the debug values.
-