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

org.hpccsystems.ws.client.wrappers.gen.wsdfu.DFULogicalFileWrapper 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.8.0-1
Show newest version
package org.hpccsystems.ws.client.wrappers.gen.wsdfu;



/*******************************************************************************
 * 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
 * Class name: DFULogicalFileWrapper
 * Wraps class: org.hpccsystems.ws.client.gen.axis2.wsdfu.latest.DFULogicalFile
 * Output package : org.hpccsystems.ws.client.wrappers.gen.wsdfu
 * TimeStamp: 2022-07-27T21:11:36.136Z
 */
public class DFULogicalFileWrapper
{
    protected String local_prefix;
    protected String local_nodeGroup;
    protected String local_directory;
    protected String local_description;
    protected String local_parts;
    protected String local_name;
    protected String local_owner;
    protected String local_totalsize;
    protected String local_recordCount;
    protected String local_modified;
    protected String local_longSize;
    protected String local_longRecordCount;
    protected boolean local_isSuperfile;
    protected boolean local_isDirectory;
    protected boolean local_replicate;
    protected long local_intSize;
    protected long local_intRecordCount;
    protected boolean local_fromRoxieCluster;
    protected boolean local_browseData;
    protected boolean local_isCompressed;
    protected String local_contentType;
    protected long local_compressedFileSize;
    protected String local_superOwners;
    protected boolean local_persistent;
    protected boolean local_isProtected;
    protected String local_keyType;
    protected int local_numOfSubfiles;
    protected String local_accessed;
    protected double local_atRestCost;
    protected double local_accessCost;
    protected long local_minSkew;
    protected long local_maxSkew;
    protected long local_minSkewPart;
    protected long local_maxSkewPart;

    public DFULogicalFileWrapper() {}

    public DFULogicalFileWrapper( org.hpccsystems.ws.client.gen.axis2.wsdfu.latest.DFULogicalFile dfulogicalfile)
    {
        copy( dfulogicalfile );
    }
    public DFULogicalFileWrapper( String _prefix, String _nodeGroup, String _directory, String _description, String _parts, String _name, String _owner, String _totalsize, String _recordCount, String _modified, String _longSize, String _longRecordCount, boolean _isSuperfile, boolean _isDirectory, boolean _replicate, long _intSize, long _intRecordCount, boolean _fromRoxieCluster, boolean _browseData, boolean _isCompressed, String _contentType, long _compressedFileSize, String _superOwners, boolean _persistent, boolean _isProtected, String _keyType, int _numOfSubfiles, String _accessed, double _atRestCost, double _accessCost, long _minSkew, long _maxSkew, long _minSkewPart, long _maxSkewPart )
    {
        this.local_prefix = _prefix;
        this.local_nodeGroup = _nodeGroup;
        this.local_directory = _directory;
        this.local_description = _description;
        this.local_parts = _parts;
        this.local_name = _name;
        this.local_owner = _owner;
        this.local_totalsize = _totalsize;
        this.local_recordCount = _recordCount;
        this.local_modified = _modified;
        this.local_longSize = _longSize;
        this.local_longRecordCount = _longRecordCount;
        this.local_isSuperfile = _isSuperfile;
        this.local_isDirectory = _isDirectory;
        this.local_replicate = _replicate;
        this.local_intSize = _intSize;
        this.local_intRecordCount = _intRecordCount;
        this.local_fromRoxieCluster = _fromRoxieCluster;
        this.local_browseData = _browseData;
        this.local_isCompressed = _isCompressed;
        this.local_contentType = _contentType;
        this.local_compressedFileSize = _compressedFileSize;
        this.local_superOwners = _superOwners;
        this.local_persistent = _persistent;
        this.local_isProtected = _isProtected;
        this.local_keyType = _keyType;
        this.local_numOfSubfiles = _numOfSubfiles;
        this.local_accessed = _accessed;
        this.local_atRestCost = _atRestCost;
        this.local_accessCost = _accessCost;
        this.local_minSkew = _minSkew;
        this.local_maxSkew = _maxSkew;
        this.local_minSkewPart = _minSkewPart;
        this.local_maxSkewPart = _maxSkewPart;

    }

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

        this.local_prefix = raw.getPrefix();
        this.local_nodeGroup = raw.getNodeGroup();
        this.local_directory = raw.getDirectory();
        this.local_description = raw.getDescription();
        this.local_parts = raw.getParts();
        this.local_name = raw.getName();
        this.local_owner = raw.getOwner();
        this.local_totalsize = raw.getTotalsize();
        this.local_recordCount = raw.getRecordCount();
        this.local_modified = raw.getModified();
        this.local_longSize = raw.getLongSize();
        this.local_longRecordCount = raw.getLongRecordCount();
        this.local_isSuperfile = raw.getIsSuperfile();
        this.local_isDirectory = raw.getIsDirectory();
        this.local_replicate = raw.getReplicate();
        this.local_intSize = raw.getIntSize();
        this.local_intRecordCount = raw.getIntRecordCount();
        this.local_fromRoxieCluster = raw.getFromRoxieCluster();
        this.local_browseData = raw.getBrowseData();
        this.local_isCompressed = raw.getIsCompressed();
        this.local_contentType = raw.getContentType();
        this.local_compressedFileSize = raw.getCompressedFileSize();
        this.local_superOwners = raw.getSuperOwners();
        this.local_persistent = raw.getPersistent();
        this.local_isProtected = raw.getIsProtected();
        this.local_keyType = raw.getKeyType();
        this.local_numOfSubfiles = raw.getNumOfSubfiles();
        this.local_accessed = raw.getAccessed();
        this.local_atRestCost = raw.getAtRestCost();
        this.local_accessCost = raw.getAccessCost();
        this.local_minSkew = raw.getMinSkew();
        this.local_maxSkew = raw.getMaxSkew();
        this.local_minSkewPart = raw.getMinSkewPart();
        this.local_maxSkewPart = raw.getMaxSkewPart();

    }

    @Override
    public String toString()
    {
        return "DFULogicalFileWrapper [" + "prefix = " + local_prefix + ", " + "nodeGroup = " + local_nodeGroup + ", " + "directory = " + local_directory + ", " + "description = " + local_description + ", " + "parts = " + local_parts + ", " + "name = " + local_name + ", " + "owner = " + local_owner + ", " + "totalsize = " + local_totalsize + ", " + "recordCount = " + local_recordCount + ", " + "modified = " + local_modified + ", " + "longSize = " + local_longSize + ", " + "longRecordCount = " + local_longRecordCount + ", " + "isSuperfile = " + local_isSuperfile + ", " + "isDirectory = " + local_isDirectory + ", " + "replicate = " + local_replicate + ", " + "intSize = " + local_intSize + ", " + "intRecordCount = " + local_intRecordCount + ", " + "fromRoxieCluster = " + local_fromRoxieCluster + ", " + "browseData = " + local_browseData + ", " + "isCompressed = " + local_isCompressed + ", " + "contentType = " + local_contentType + ", " + "compressedFileSize = " + local_compressedFileSize + ", " + "superOwners = " + local_superOwners + ", " + "persistent = " + local_persistent + ", " + "isProtected = " + local_isProtected + ", " + "keyType = " + local_keyType + ", " + "numOfSubfiles = " + local_numOfSubfiles + ", " + "accessed = " + local_accessed + ", " + "atRestCost = " + local_atRestCost + ", " + "accessCost = " + local_accessCost + ", " + "minSkew = " + local_minSkew + ", " + "maxSkew = " + local_maxSkew + ", " + "minSkewPart = " + local_minSkewPart + ", " + "maxSkewPart = " + local_maxSkewPart + "]";
    }
    public org.hpccsystems.ws.client.gen.axis2.wsdfu.latest.DFULogicalFile getRaw()
    {
        org.hpccsystems.ws.client.gen.axis2.wsdfu.latest.DFULogicalFile raw = new org.hpccsystems.ws.client.gen.axis2.wsdfu.latest.DFULogicalFile();
        raw.setPrefix( local_prefix);
        raw.setNodeGroup( local_nodeGroup);
        raw.setDirectory( local_directory);
        raw.setDescription( local_description);
        raw.setParts( local_parts);
        raw.setName( local_name);
        raw.setOwner( local_owner);
        raw.setTotalsize( local_totalsize);
        raw.setRecordCount( local_recordCount);
        raw.setModified( local_modified);
        raw.setLongSize( local_longSize);
        raw.setLongRecordCount( local_longRecordCount);
        raw.setIsSuperfile( local_isSuperfile);
        raw.setIsDirectory( local_isDirectory);
        raw.setReplicate( local_replicate);
        raw.setIntSize( local_intSize);
        raw.setIntRecordCount( local_intRecordCount);
        raw.setFromRoxieCluster( local_fromRoxieCluster);
        raw.setBrowseData( local_browseData);
        raw.setIsCompressed( local_isCompressed);
        raw.setContentType( local_contentType);
        raw.setCompressedFileSize( local_compressedFileSize);
        raw.setSuperOwners( local_superOwners);
        raw.setPersistent( local_persistent);
        raw.setIsProtected( local_isProtected);
        raw.setKeyType( local_keyType);
        raw.setNumOfSubfiles( local_numOfSubfiles);
        raw.setAccessed( local_accessed);
        raw.setAtRestCost( local_atRestCost);
        raw.setAccessCost( local_accessCost);
        raw.setMinSkew( local_minSkew);
        raw.setMaxSkew( local_maxSkew);
        raw.setMinSkewPart( local_minSkewPart);
        raw.setMaxSkewPart( local_maxSkewPart);
        return raw;
    }


    public void setPrefix( String _prefix )
    {
        this.local_prefix = _prefix;
    }
    public String getPrefix( )
    {
        return this.local_prefix;
    }
    public void setNodeGroup( String _nodeGroup )
    {
        this.local_nodeGroup = _nodeGroup;
    }
    public String getNodeGroup( )
    {
        return this.local_nodeGroup;
    }
    public void setDirectory( String _directory )
    {
        this.local_directory = _directory;
    }
    public String getDirectory( )
    {
        return this.local_directory;
    }
    public void setDescription( String _description )
    {
        this.local_description = _description;
    }
    public String getDescription( )
    {
        return this.local_description;
    }
    public void setParts( String _parts )
    {
        this.local_parts = _parts;
    }
    public String getParts( )
    {
        return this.local_parts;
    }
    public void setName( String _name )
    {
        this.local_name = _name;
    }
    public String getName( )
    {
        return this.local_name;
    }
    public void setOwner( String _owner )
    {
        this.local_owner = _owner;
    }
    public String getOwner( )
    {
        return this.local_owner;
    }
    public void setTotalsize( String _totalsize )
    {
        this.local_totalsize = _totalsize;
    }
    public String getTotalsize( )
    {
        return this.local_totalsize;
    }
    public void setRecordCount( String _recordCount )
    {
        this.local_recordCount = _recordCount;
    }
    public String getRecordCount( )
    {
        return this.local_recordCount;
    }
    public void setModified( String _modified )
    {
        this.local_modified = _modified;
    }
    public String getModified( )
    {
        return this.local_modified;
    }
    public void setLongSize( String _longSize )
    {
        this.local_longSize = _longSize;
    }
    public String getLongSize( )
    {
        return this.local_longSize;
    }
    public void setLongRecordCount( String _longRecordCount )
    {
        this.local_longRecordCount = _longRecordCount;
    }
    public String getLongRecordCount( )
    {
        return this.local_longRecordCount;
    }
    public void setIsSuperfile( boolean _isSuperfile )
    {
        this.local_isSuperfile = _isSuperfile;
    }
    public boolean getIsSuperfile( )
    {
        return this.local_isSuperfile;
    }
    public void setIsDirectory( boolean _isDirectory )
    {
        this.local_isDirectory = _isDirectory;
    }
    public boolean getIsDirectory( )
    {
        return this.local_isDirectory;
    }
    public void setReplicate( boolean _replicate )
    {
        this.local_replicate = _replicate;
    }
    public boolean getReplicate( )
    {
        return this.local_replicate;
    }
    public void setIntSize( long _intSize )
    {
        this.local_intSize = _intSize;
    }
    public long getIntSize( )
    {
        return this.local_intSize;
    }
    public void setIntRecordCount( long _intRecordCount )
    {
        this.local_intRecordCount = _intRecordCount;
    }
    public long getIntRecordCount( )
    {
        return this.local_intRecordCount;
    }
    public void setFromRoxieCluster( boolean _fromRoxieCluster )
    {
        this.local_fromRoxieCluster = _fromRoxieCluster;
    }
    public boolean getFromRoxieCluster( )
    {
        return this.local_fromRoxieCluster;
    }
    public void setBrowseData( boolean _browseData )
    {
        this.local_browseData = _browseData;
    }
    public boolean getBrowseData( )
    {
        return this.local_browseData;
    }
    public void setIsCompressed( boolean _isCompressed )
    {
        this.local_isCompressed = _isCompressed;
    }
    public boolean getIsCompressed( )
    {
        return this.local_isCompressed;
    }
    public void setContentType( String _contentType )
    {
        this.local_contentType = _contentType;
    }
    public String getContentType( )
    {
        return this.local_contentType;
    }
    public void setCompressedFileSize( long _compressedFileSize )
    {
        this.local_compressedFileSize = _compressedFileSize;
    }
    public long getCompressedFileSize( )
    {
        return this.local_compressedFileSize;
    }
    public void setSuperOwners( String _superOwners )
    {
        this.local_superOwners = _superOwners;
    }
    public String getSuperOwners( )
    {
        return this.local_superOwners;
    }
    public void setPersistent( boolean _persistent )
    {
        this.local_persistent = _persistent;
    }
    public boolean getPersistent( )
    {
        return this.local_persistent;
    }
    public void setIsProtected( boolean _isProtected )
    {
        this.local_isProtected = _isProtected;
    }
    public boolean getIsProtected( )
    {
        return this.local_isProtected;
    }
    public void setKeyType( String _keyType )
    {
        this.local_keyType = _keyType;
    }
    public String getKeyType( )
    {
        return this.local_keyType;
    }
    public void setNumOfSubfiles( int _numOfSubfiles )
    {
        this.local_numOfSubfiles = _numOfSubfiles;
    }
    public int getNumOfSubfiles( )
    {
        return this.local_numOfSubfiles;
    }
    public void setAccessed( String _accessed )
    {
        this.local_accessed = _accessed;
    }
    public String getAccessed( )
    {
        return this.local_accessed;
    }
    public void setAtRestCost( double _atRestCost )
    {
        this.local_atRestCost = _atRestCost;
    }
    public double getAtRestCost( )
    {
        return this.local_atRestCost;
    }
    public void setAccessCost( double _accessCost )
    {
        this.local_accessCost = _accessCost;
    }
    public double getAccessCost( )
    {
        return this.local_accessCost;
    }
    public void setMinSkew( long _minSkew )
    {
        this.local_minSkew = _minSkew;
    }
    public long getMinSkew( )
    {
        return this.local_minSkew;
    }
    public void setMaxSkew( long _maxSkew )
    {
        this.local_maxSkew = _maxSkew;
    }
    public long getMaxSkew( )
    {
        return this.local_maxSkew;
    }
    public void setMinSkewPart( long _minSkewPart )
    {
        this.local_minSkewPart = _minSkewPart;
    }
    public long getMinSkewPart( )
    {
        return this.local_minSkewPart;
    }
    public void setMaxSkewPart( long _maxSkewPart )
    {
        this.local_maxSkewPart = _maxSkewPart;
    }
    public long getMaxSkewPart( )
    {
        return this.local_maxSkewPart;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy