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

com.solidfire.element.api.BulkVolumeJob Maven / Gradle / Ivy

The newest version!
/*
 * Copyright © 2014-2016 NetApp, Inc. All Rights Reserved.
 *
 * 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.
 */
/*
 * DO NOT EDIT THIS CODE BY HAND! It has been generated with jsvcgen.
 */
package com.solidfire.element.api;

import com.solidfire.gson.Gson;
import com.solidfire.core.client.Attributes;
import com.solidfire.gson.annotations.SerializedName;
import com.solidfire.core.annotation.Since;
import com.solidfire.core.javautil.Optional;
import java.io.Serializable;
import java.util.Arrays;
import java.util.HashMap;
import java.util.Objects;

/**
 * BulkVolumeJob  
 **/

public class BulkVolumeJob implements Serializable {

    public static final long serialVersionUID = -5547098018442628314L;
    @SerializedName("bulkVolumeID") private Long bulkVolumeID;
    @SerializedName("createTime") private String createTime;
    @SerializedName("elapsedTime") private Long elapsedTime;
    @SerializedName("format") private String format;
    @SerializedName("key") private String key;
    @SerializedName("percentComplete") private Long percentComplete;
    @SerializedName("remainingTime") private Long remainingTime;
    @SerializedName("srcVolumeID") private Long srcVolumeID;
    @SerializedName("status") private String status;
    @SerializedName("script") private Optional script;
    @SerializedName("snapshotID") private Optional snapshotID;
    @SerializedName("type") private String type;
    @SerializedName("attributes") private Attributes attributes;
    // empty constructor
    @Since("7.0")
    public BulkVolumeJob() {}

    
    // parameterized constructor
    @Since("7.0")
    public BulkVolumeJob(
        Long bulkVolumeID,
        String createTime,
        String format,
        String key,
        Long percentComplete,
        Long remainingTime,
        Long srcVolumeID,
        String status,
        Optional script,
        Optional snapshotID,
        String type,
        Attributes attributes
    )
    {
        this.bulkVolumeID = bulkVolumeID;
        this.createTime = createTime;
        this.format = format;
        this.key = key;
        this.percentComplete = percentComplete;
        this.remainingTime = remainingTime;
        this.srcVolumeID = srcVolumeID;
        this.status = status;
        this.script = (script == null) ? Optional.empty() : script;
        this.snapshotID = (snapshotID == null) ? Optional.empty() : snapshotID;
        this.type = type;
        this.attributes = attributes;
    }
    // parameterized constructor
    @Since("8.0")
    public BulkVolumeJob(
        Long bulkVolumeID,
        String createTime,
        Long elapsedTime,
        String format,
        String key,
        Long percentComplete,
        Long remainingTime,
        Long srcVolumeID,
        String status,
        Optional script,
        Optional snapshotID,
        String type,
        Attributes attributes
    )
    {
        this.bulkVolumeID = bulkVolumeID;
        this.createTime = createTime;
        this.elapsedTime = elapsedTime;
        this.format = format;
        this.key = key;
        this.percentComplete = percentComplete;
        this.remainingTime = remainingTime;
        this.srcVolumeID = srcVolumeID;
        this.status = status;
        this.script = (script == null) ? Optional.empty() : script;
        this.snapshotID = (snapshotID == null) ? Optional.empty() : snapshotID;
        this.type = type;
        this.attributes = attributes;
    }

    /** 
     * The internal bulk volume job ID.
     **/
    public Long getBulkVolumeID() { return this.bulkVolumeID; }
   
    public void setBulkVolumeID(Long bulkVolumeID) { 
        this.bulkVolumeID = bulkVolumeID;
    }
    /** 
     * Timestamp created for the bulk volume job.
     **/
    public String getCreateTime() { return this.createTime; }
   
    public void setCreateTime(String createTime) { 
        this.createTime = createTime;
    }
    /** 
     * The number of seconds since the job began.
     **/
    public Long getElapsedTime() { return this.elapsedTime; }
   
    public void setElapsedTime(Long elapsedTime) { 
        this.elapsedTime = elapsedTime;
    }
    /** 
     * Format is either "compressed" or "native".
     **/
    public String getFormat() { return this.format; }
   
    public void setFormat(String format) { 
        this.format = format;
    }
    /** 
     * The unique key created by the bulk volume session.
     **/
    public String getKey() { return this.key; }
   
    public void setKey(String key) { 
        this.key = key;
    }
    /** 
     * The completed percentage reported by the operation.
     **/
    public Long getPercentComplete() { return this.percentComplete; }
   
    public void setPercentComplete(Long percentComplete) { 
        this.percentComplete = percentComplete;
    }
    /** 
     * The estimated time remaining in seconds.
     **/
    public Long getRemainingTime() { return this.remainingTime; }
   
    public void setRemainingTime(Long remainingTime) { 
        this.remainingTime = remainingTime;
    }
    /** 
     * The source volume ID.
     **/
    public Long getSrcVolumeID() { return this.srcVolumeID; }
   
    public void setSrcVolumeID(Long srcVolumeID) { 
        this.srcVolumeID = srcVolumeID;
    }
    /** 
     * Can be one of the following:
     * preparing
     * active
     * done
     * failed
     **/
    public String getStatus() { return this.status; }
   
    public void setStatus(String status) { 
        this.status = status;
    }
    /** 
     * The name of the script if one is provided.
     **/
    public Optional getScript() { return this.script; }
   
    public void setScript(Optional script) { 
        this.script = (script == null) ? Optional.empty() : script;
    }
    /** 
     * ID of the snapshot if a snapshot is in the source of the bulk volume job.
     **/
    public Optional getSnapshotID() { return this.snapshotID; }
   
    public void setSnapshotID(Optional snapshotID) { 
        this.snapshotID = (snapshotID == null) ? Optional.empty() : snapshotID;
    }
    /** 
     * Can be one of the following:
     * read
     * write
     **/
    public String getType() { return this.type; }
   
    public void setType(String type) { 
        this.type = type;
    }
    /** 
     * JSON attributes on the bulk volume job.
     **/
    public Attributes getAttributes() { return this.attributes; }
   
    public void setAttributes(Attributes attributes) { 
        this.attributes = attributes;
    }

    @Override
    public boolean equals(Object o) {
        if (this == o) return true;
        if (o == null || getClass() != o.getClass()) return false;

        BulkVolumeJob that = (BulkVolumeJob) o;

        return 
            Objects.equals(bulkVolumeID, that.bulkVolumeID) && 
            Objects.equals(createTime, that.createTime) && 
            Objects.equals(elapsedTime, that.elapsedTime) && 
            Objects.equals(format, that.format) && 
            Objects.equals(key, that.key) && 
            Objects.equals(percentComplete, that.percentComplete) && 
            Objects.equals(remainingTime, that.remainingTime) && 
            Objects.equals(srcVolumeID, that.srcVolumeID) && 
            Objects.equals(status, that.status) && 
            Objects.equals(script, that.script) && 
            Objects.equals(snapshotID, that.snapshotID) && 
            Objects.equals(type, that.type) && 
            Objects.equals(attributes, that.attributes);
    }

    @Override
    public int hashCode() {
        return Objects.hash( bulkVolumeID,createTime,elapsedTime,format,key,percentComplete,remainingTime,srcVolumeID,status,script,snapshotID,type,attributes );
    }


    public java.util.Map toMap() {
        java.util.Map map = new HashMap<>();
        map.put("bulkVolumeID", bulkVolumeID);
        map.put("createTime", createTime);
        map.put("elapsedTime", elapsedTime);
        map.put("format", format);
        map.put("key", key);
        map.put("percentComplete", percentComplete);
        map.put("remainingTime", remainingTime);
        map.put("srcVolumeID", srcVolumeID);
        map.put("status", status);
        map.put("script", script);
        map.put("snapshotID", snapshotID);
        map.put("type", type);
        map.put("attributes", attributes);
        return map;
    }

    @Override
    public String toString() {
        final StringBuilder sb = new StringBuilder();
        Gson gson = new Gson();
        sb.append( "{ " );

        sb.append(" bulkVolumeID : ").append(gson.toJson(bulkVolumeID)).append(",");
        sb.append(" createTime : ").append(gson.toJson(createTime)).append(",");
        sb.append(" elapsedTime : ").append(gson.toJson(elapsedTime)).append(",");
        sb.append(" format : ").append(gson.toJson(format)).append(",");
        sb.append(" key : ").append(gson.toJson(key)).append(",");
        sb.append(" percentComplete : ").append(gson.toJson(percentComplete)).append(",");
        sb.append(" remainingTime : ").append(gson.toJson(remainingTime)).append(",");
        sb.append(" srcVolumeID : ").append(gson.toJson(srcVolumeID)).append(",");
        sb.append(" status : ").append(gson.toJson(status)).append(",");
        if(null != script && script.isPresent()){
            sb.append(" script : ").append(gson.toJson(script)).append(",");
        }
        else{
            sb.append(" script : ").append("null").append(",");
        }
        if(null != snapshotID && snapshotID.isPresent()){
            sb.append(" snapshotID : ").append(gson.toJson(snapshotID)).append(",");
        }
        else{
            sb.append(" snapshotID : ").append("null").append(",");
        }
        sb.append(" type : ").append(gson.toJson(type)).append(",");
        sb.append(" attributes : ").append(gson.toJson(attributes)).append(",");
        sb.append( " }" );

        if(sb.lastIndexOf(", }") != -1)
            sb.deleteCharAt(sb.lastIndexOf(", }"));

        return sb.toString();
    }

    public static Builder builder() {
        return new Builder();
    }

    public final Builder asBuilder() {
        return new Builder().buildFrom(this);
    }

    public static class Builder {
        private Long bulkVolumeID;
        private String createTime;
        private Long elapsedTime;
        private String format;
        private String key;
        private Long percentComplete;
        private Long remainingTime;
        private Long srcVolumeID;
        private String status;
        private Optional script;
        private Optional snapshotID;
        private String type;
        private Attributes attributes;

        private Builder() { }

        public BulkVolumeJob build() {
            return new BulkVolumeJob (
                         this.bulkVolumeID,
                         this.createTime,
                         this.elapsedTime,
                         this.format,
                         this.key,
                         this.percentComplete,
                         this.remainingTime,
                         this.srcVolumeID,
                         this.status,
                         this.script,
                         this.snapshotID,
                         this.type,
                         this.attributes);
        }

        private BulkVolumeJob.Builder buildFrom(final BulkVolumeJob req) {
            this.bulkVolumeID = req.bulkVolumeID;
            this.createTime = req.createTime;
            this.elapsedTime = req.elapsedTime;
            this.format = req.format;
            this.key = req.key;
            this.percentComplete = req.percentComplete;
            this.remainingTime = req.remainingTime;
            this.srcVolumeID = req.srcVolumeID;
            this.status = req.status;
            this.script = req.script;
            this.snapshotID = req.snapshotID;
            this.type = req.type;
            this.attributes = req.attributes;

            return this;
        }

        public BulkVolumeJob.Builder bulkVolumeID(final Long bulkVolumeID) {
            this.bulkVolumeID = bulkVolumeID;
            return this;
        }

        public BulkVolumeJob.Builder createTime(final String createTime) {
            this.createTime = createTime;
            return this;
        }

        public BulkVolumeJob.Builder elapsedTime(final Long elapsedTime) {
            this.elapsedTime = elapsedTime;
            return this;
        }

        public BulkVolumeJob.Builder format(final String format) {
            this.format = format;
            return this;
        }

        public BulkVolumeJob.Builder key(final String key) {
            this.key = key;
            return this;
        }

        public BulkVolumeJob.Builder percentComplete(final Long percentComplete) {
            this.percentComplete = percentComplete;
            return this;
        }

        public BulkVolumeJob.Builder remainingTime(final Long remainingTime) {
            this.remainingTime = remainingTime;
            return this;
        }

        public BulkVolumeJob.Builder srcVolumeID(final Long srcVolumeID) {
            this.srcVolumeID = srcVolumeID;
            return this;
        }

        public BulkVolumeJob.Builder status(final String status) {
            this.status = status;
            return this;
        }

        public BulkVolumeJob.Builder optionalScript(final String script) {
            this.script = (script == null) ? Optional.empty() : Optional.of(script);
            return this;
        }

        public BulkVolumeJob.Builder optionalSnapshotID(final Long snapshotID) {
            this.snapshotID = (snapshotID == null) ? Optional.empty() : Optional.of(snapshotID);
            return this;
        }

        public BulkVolumeJob.Builder type(final String type) {
            this.type = type;
            return this;
        }

        public BulkVolumeJob.Builder attributes(final Attributes attributes) {
            this.attributes = attributes;
            return this;
        }

    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy