Replaced all tabs with spaces in java and pom.xml
[so.git] / mso-api-handlers / mso-api-handler-infra / src / main / java / org / onap / so / apihandlerinfra / tasksbeans / TaskList.java
index ceba65f..f690aa5 100644 (file)
 package org.onap.so.apihandlerinfra.tasksbeans;
 
 import java.util.List;
-
 import com.fasterxml.jackson.databind.annotation.JsonSerialize;
 
-@JsonSerialize(include=JsonSerialize.Inclusion.NON_DEFAULT)
-public class TaskList {    
-    protected String taskId;   
-    protected String type;   
-    protected String nfRole;   
-    protected String subscriptionServiceType;   
-    protected String originalRequestId;   
-    protected String originalRequestorId;    
-    protected String errorSource;   
-    protected String errorCode;   
-    protected String errorMessage;    
-    protected String buildingBlockName;   
+@JsonSerialize(include = JsonSerialize.Inclusion.NON_DEFAULT)
+public class TaskList {
+    protected String taskId;
+    protected String type;
+    protected String nfRole;
+    protected String subscriptionServiceType;
+    protected String originalRequestId;
+    protected String originalRequestorId;
+    protected String errorSource;
+    protected String errorCode;
+    protected String errorMessage;
+    protected String buildingBlockName;
     protected String buildingBlockStep;
     protected String description;
     protected String timeout;
@@ -44,10 +43,8 @@ public class TaskList {
     /**
      * Gets the value of the taskId property.
      * 
-     * @return
-     *     possible object is
-     *     {@link String }
-     *     
+     * @return possible object is {@link String }
+     * 
      */
     public String getTaskId() {
         return taskId;
@@ -56,10 +53,8 @@ public class TaskList {
     /**
      * Sets the value of the taskId property.
      * 
-     * @param value
-     *     allowed object is
-     *     {@link String }
-     *     
+     * @param value allowed object is {@link String }
+     * 
      */
     public void setTaskId(String value) {
         this.taskId = value;
@@ -68,10 +63,8 @@ public class TaskList {
     /**
      * Gets the value of the type property.
      * 
-     * @return
-     *     possible object is
-     *     {@link String }
-     *     
+     * @return possible object is {@link String }
+     * 
      */
     public String getType() {
         return type;
@@ -80,10 +73,8 @@ public class TaskList {
     /**
      * Sets the value of the type property.
      * 
-     * @param value
-     *     allowed object is
-     *     {@link String }
-     *     
+     * @param value allowed object is {@link String }
+     * 
      */
     public void setType(String value) {
         this.type = value;
@@ -92,10 +83,8 @@ public class TaskList {
     /**
      * Gets the value of the nfRole property.
      * 
-     * @return
-     *     possible object is
-     *     {@link String }
-     *     
+     * @return possible object is {@link String }
+     * 
      */
     public String getNfRole() {
         return nfRole;
@@ -104,10 +93,8 @@ public class TaskList {
     /**
      * Sets the value of the nfRole property.
      * 
-     * @param value
-     *     allowed object is
-     *     {@link String }
-     *     
+     * @param value allowed object is {@link String }
+     * 
      */
     public void setNfRole(String value) {
         this.nfRole = value;
@@ -116,10 +103,8 @@ public class TaskList {
     /**
      * Gets the value of the subscriptionServiceType property.
      * 
-     * @return
-     *     possible object is
-     *     {@link String }
-     *     
+     * @return possible object is {@link String }
+     * 
      */
     public String getSubscriptionServiceType() {
         return subscriptionServiceType;
@@ -128,10 +113,8 @@ public class TaskList {
     /**
      * Sets the value of the subscriptionServiceType property.
      * 
-     * @param value
-     *     allowed object is
-     *     {@link String }
-     *     
+     * @param value allowed object is {@link String }
+     * 
      */
     public void setSubscriptionServiceType(String value) {
         this.subscriptionServiceType = value;
@@ -140,10 +123,8 @@ public class TaskList {
     /**
      * Gets the value of the originalRequestId property.
      * 
-     * @return
-     *     possible object is
-     *     {@link String }
-     *     
+     * @return possible object is {@link String }
+     * 
      */
     public String getOriginalRequestId() {
         return originalRequestId;
@@ -152,10 +133,8 @@ public class TaskList {
     /**
      * Sets the value of the originalRequestId property.
      * 
-     * @param value
-     *     allowed object is
-     *     {@link String }
-     *     
+     * @param value allowed object is {@link String }
+     * 
      */
     public void setOriginalRequestId(String value) {
         this.originalRequestId = value;
@@ -164,10 +143,8 @@ public class TaskList {
     /**
      * Gets the value of the originalRequestorId property.
      * 
-     * @return
-     *     possible object is
-     *     {@link String }
-     *     
+     * @return possible object is {@link String }
+     * 
      */
     public String getOriginalRequestorId() {
         return originalRequestorId;
@@ -176,10 +153,8 @@ public class TaskList {
     /**
      * Sets the value of the originalRequestorId property.
      * 
-     * @param value
-     *     allowed object is
-     *     {@link String }
-     *     
+     * @param value allowed object is {@link String }
+     * 
      */
     public void setOriginalRequestorId(String value) {
         this.originalRequestorId = value;
@@ -188,10 +163,8 @@ public class TaskList {
     /**
      * Gets the value of the errorSource property.
      * 
-     * @return
-     *     possible object is
-     *     {@link String }
-     *     
+     * @return possible object is {@link String }
+     * 
      */
     public String getErrorSource() {
         return errorSource;
@@ -200,10 +173,8 @@ public class TaskList {
     /**
      * Sets the value of the errorSource property.
      * 
-     * @param value
-     *     allowed object is
-     *     {@link String }
-     *     
+     * @param value allowed object is {@link String }
+     * 
      */
     public void setErrorSource(String value) {
         this.errorSource = value;
@@ -212,10 +183,8 @@ public class TaskList {
     /**
      * Gets the value of the errorCode property.
      * 
-     * @return
-     *     possible object is
-     *     {@link String }
-     *     
+     * @return possible object is {@link String }
+     * 
      */
     public String getErrorCode() {
         return errorCode;
@@ -224,10 +193,8 @@ public class TaskList {
     /**
      * Sets the value of the errorCode property.
      * 
-     * @param value
-     *     allowed object is
-     *     {@link String }
-     *     
+     * @param value allowed object is {@link String }
+     * 
      */
     public void setErrorCode(String value) {
         this.errorCode = value;
@@ -236,10 +203,8 @@ public class TaskList {
     /**
      * Gets the value of the errorMessage property.
      * 
-     * @return
-     *     possible object is
-     *     {@link String }
-     *     
+     * @return possible object is {@link String }
+     * 
      */
     public String getErrorMessage() {
         return errorMessage;
@@ -248,10 +213,8 @@ public class TaskList {
     /**
      * Sets the value of the errorMessage property.
      * 
-     * @param value
-     *     allowed object is
-     *     {@link String }
-     *     
+     * @param value allowed object is {@link String }
+     * 
      */
     public void setErrorMessage(String value) {
         this.errorMessage = value;
@@ -260,10 +223,8 @@ public class TaskList {
     /**
      * Gets the value of the buildingBlockName property.
      * 
-     * @return
-     *     possible object is
-     *     {@link String }
-     *     
+     * @return possible object is {@link String }
+     * 
      */
     public String getBuildingBlockName() {
         return buildingBlockName;
@@ -272,10 +233,8 @@ public class TaskList {
     /**
      * Sets the value of the buildingBlockName property.
      * 
-     * @param value
-     *     allowed object is
-     *     {@link String }
-     *     
+     * @param value allowed object is {@link String }
+     * 
      */
     public void setBuildingBlockName(String value) {
         this.buildingBlockName = value;
@@ -284,10 +243,8 @@ public class TaskList {
     /**
      * Gets the value of the buildingBlockStep property.
      * 
-     * @return
-     *     possible object is
-     *     {@link String }
-     *     
+     * @return possible object is {@link String }
+     * 
      */
     public String getBuildingBlockStep() {
         return buildingBlockStep;
@@ -296,22 +253,18 @@ public class TaskList {
     /**
      * Sets the value of the buildingBlockStep property.
      * 
-     * @param value
-     *     allowed object is
-     *     {@link String }
-     *     
+     * @param value allowed object is {@link String }
+     * 
      */
     public void setBuildingBlockStep(String value) {
         this.buildingBlockStep = value;
     }
-    
+
     /**
      * Gets the value of the description property.
      * 
-     * @return
-     *     possible object is
-     *     {@link String }
-     *     
+     * @return possible object is {@link String }
+     * 
      */
     public String getDescription() {
         return description;
@@ -320,22 +273,18 @@ public class TaskList {
     /**
      * Sets the value of the description property.
      * 
-     * @param value
-     *     allowed object is
-     *     {@link String }
-     *     
+     * @param value allowed object is {@link String }
+     * 
      */
     public void setDescription(String value) {
         this.description = value;
     }
-    
+
     /**
      * Gets the value of the timeout property.
      * 
-     * @return
-     *     possible object is
-     *     {@link String }
-     *     
+     * @return possible object is {@link String }
+     * 
      */
     public String getTimeout() {
         return timeout;
@@ -344,10 +293,8 @@ public class TaskList {
     /**
      * Sets the value of the timeout property.
      * 
-     * @param value
-     *     allowed object is
-     *     {@link String }
-     *     
+     * @param value allowed object is {@link String }
+     * 
      */
     public void setTimeout(String value) {
         this.timeout = value;
@@ -356,10 +303,8 @@ public class TaskList {
     /**
      * Gets the value of the validResponses property.
      * 
-     * @return
-     *     possible object is
-     *     {@link ValidResponses }
-     *     
+     * @return possible object is {@link ValidResponses }
+     * 
      */
     public List<String> getValidResponses() {
         return validResponses;
@@ -368,16 +313,13 @@ public class TaskList {
     /**
      * Sets the value of the validResponses property.
      * 
-     * @param value
-     *     allowed object is
-     *     {@link ValidResponses }
-     *     
+     * @param value allowed object is {@link ValidResponses }
+     * 
      */
     public void setValidResponses(List<String> value) {
         this.validResponses = value;
     }
 
 
-    
 
 }