All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hpccsystems.ws.client.wrappers.gen.wsworkunits.WUQueryDetailsLightWeightWrapper Maven / Gradle / Ivy

Go to download

This project allows a user to interact with ESP services in a controlled manner. The API calls available under org.hpccsystems.ws.client.platform allow for a user to target ESP's across multiple environments running a range of hpccsystems-platform versions. There is no guarantee that if a user utilizes org.hpccsystems.ws.client.gen generated stub code from wsdl, that the calls will be backwards compatible with older hpccsystems-platform versions.

There is a newer version: 9.6.12-1
Show newest version
package org.hpccsystems.ws.client.wrappers.gen.wsworkunits;



/*******************************************************************************
 * HPCC SYSTEMS software Copyright (C) 2021 HPCC Systems.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *******************************************************************************/

/**
 * Generated Axis2 ADB stub class wrapper
 * WrapperMaker version: 1.7
 * Class name: WUQueryDetailsLightWeightWrapper
 * Wraps class: org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.WUQueryDetailsLightWeight
 * Output package : org.hpccsystems.ws.client.wrappers.gen.wsworkunits
 * Service version: 1.92
 */
public class WUQueryDetailsLightWeightWrapper
{
    protected String local_queryId;
    protected String local_querySet;
    protected boolean local_includeWUDetails;
    protected boolean local_includeWUQueryFiles;
    protected boolean local_includeSuperFiles;
    protected boolean local_includeWsEclAddresses;
    protected boolean local_includeStateOnClusters;
    protected boolean local_checkAllNodes;

    public WUQueryDetailsLightWeightWrapper() {}

    public WUQueryDetailsLightWeightWrapper( org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.WUQueryDetailsLightWeight wuquerydetailslightweight)
    {
        copy( wuquerydetailslightweight );
    }
    public WUQueryDetailsLightWeightWrapper( String _queryId, String _querySet, boolean _includeWUDetails, boolean _includeWUQueryFiles, boolean _includeSuperFiles, boolean _includeWsEclAddresses, boolean _includeStateOnClusters, boolean _checkAllNodes )
    {
        this.local_queryId = _queryId;
        this.local_querySet = _querySet;
        this.local_includeWUDetails = _includeWUDetails;
        this.local_includeWUQueryFiles = _includeWUQueryFiles;
        this.local_includeSuperFiles = _includeSuperFiles;
        this.local_includeWsEclAddresses = _includeWsEclAddresses;
        this.local_includeStateOnClusters = _includeStateOnClusters;
        this.local_checkAllNodes = _checkAllNodes;

    }

    private void copy( org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.WUQueryDetailsLightWeight raw )
    {
        if (raw == null)
            return;

        this.local_queryId = raw.getQueryId();
        this.local_querySet = raw.getQuerySet();
        this.local_includeWUDetails = raw.getIncludeWUDetails();
        this.local_includeWUQueryFiles = raw.getIncludeWUQueryFiles();
        this.local_includeSuperFiles = raw.getIncludeSuperFiles();
        this.local_includeWsEclAddresses = raw.getIncludeWsEclAddresses();
        this.local_includeStateOnClusters = raw.getIncludeStateOnClusters();
        this.local_checkAllNodes = raw.getCheckAllNodes();

    }

    @Override
    public String toString()
    {
        return "WUQueryDetailsLightWeightWrapper [" + "queryId = " + local_queryId + ", " + "querySet = " + local_querySet + ", " + "includeWUDetails = " + local_includeWUDetails + ", " + "includeWUQueryFiles = " + local_includeWUQueryFiles + ", " + "includeSuperFiles = " + local_includeSuperFiles + ", " + "includeWsEclAddresses = " + local_includeWsEclAddresses + ", " + "includeStateOnClusters = " + local_includeStateOnClusters + ", " + "checkAllNodes = " + local_checkAllNodes + "]";
    }
    public org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.WUQueryDetailsLightWeight getRaw()
    {
        org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.WUQueryDetailsLightWeight raw = new org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.WUQueryDetailsLightWeight();
        raw.setQueryId( local_queryId);
        raw.setQuerySet( local_querySet);
        raw.setIncludeWUDetails( local_includeWUDetails);
        raw.setIncludeWUQueryFiles( local_includeWUQueryFiles);
        raw.setIncludeSuperFiles( local_includeSuperFiles);
        raw.setIncludeWsEclAddresses( local_includeWsEclAddresses);
        raw.setIncludeStateOnClusters( local_includeStateOnClusters);
        raw.setCheckAllNodes( local_checkAllNodes);
        return raw;
    }


    public void setQueryId( String _queryId )
    {
        this.local_queryId = _queryId;
    }
    public String getQueryId( )
    {
        return this.local_queryId;
    }
    public void setQuerySet( String _querySet )
    {
        this.local_querySet = _querySet;
    }
    public String getQuerySet( )
    {
        return this.local_querySet;
    }
    public void setIncludeWUDetails( boolean _includeWUDetails )
    {
        this.local_includeWUDetails = _includeWUDetails;
    }
    public boolean getIncludeWUDetails( )
    {
        return this.local_includeWUDetails;
    }
    public void setIncludeWUQueryFiles( boolean _includeWUQueryFiles )
    {
        this.local_includeWUQueryFiles = _includeWUQueryFiles;
    }
    public boolean getIncludeWUQueryFiles( )
    {
        return this.local_includeWUQueryFiles;
    }
    public void setIncludeSuperFiles( boolean _includeSuperFiles )
    {
        this.local_includeSuperFiles = _includeSuperFiles;
    }
    public boolean getIncludeSuperFiles( )
    {
        return this.local_includeSuperFiles;
    }
    public void setIncludeWsEclAddresses( boolean _includeWsEclAddresses )
    {
        this.local_includeWsEclAddresses = _includeWsEclAddresses;
    }
    public boolean getIncludeWsEclAddresses( )
    {
        return this.local_includeWsEclAddresses;
    }
    public void setIncludeStateOnClusters( boolean _includeStateOnClusters )
    {
        this.local_includeStateOnClusters = _includeStateOnClusters;
    }
    public boolean getIncludeStateOnClusters( )
    {
        return this.local_includeStateOnClusters;
    }
    public void setCheckAllNodes( boolean _checkAllNodes )
    {
        this.local_checkAllNodes = _checkAllNodes;
    }
    public boolean getCheckAllNodes( )
    {
        return this.local_checkAllNodes;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy