aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/MSOCommonBPMN/src/main/java/org/openecomp
diff options
context:
space:
mode:
Diffstat (limited to 'bpmn/MSOCommonBPMN/src/main/java/org/openecomp')
-rw-r--r--bpmn/MSOCommonBPMN/src/main/java/org/openecomp/mso/bpmn/appc/payload/beans/StartStopAction.java32
1 files changed, 21 insertions, 11 deletions
diff --git a/bpmn/MSOCommonBPMN/src/main/java/org/openecomp/mso/bpmn/appc/payload/beans/StartStopAction.java b/bpmn/MSOCommonBPMN/src/main/java/org/openecomp/mso/bpmn/appc/payload/beans/StartStopAction.java
index 6ef822fbe1..988c282076 100644
--- a/bpmn/MSOCommonBPMN/src/main/java/org/openecomp/mso/bpmn/appc/payload/beans/StartStopAction.java
+++ b/bpmn/MSOCommonBPMN/src/main/java/org/openecomp/mso/bpmn/appc/payload/beans/StartStopAction.java
@@ -26,20 +26,30 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
@JsonInclude(JsonInclude.Include.NON_NULL)
@JsonPropertyOrder({
-" AICIdentity "
+ " AICIdentity "
})
public class StartStopAction {
-@JsonProperty(" AICIdentity ")
-private String aICIdentity;
+ @JsonProperty(" AICIdentity ")
+ private String aICIdentity;
-@JsonProperty(" AICIdentity ")
-public String getAICIdentity() {
-return aICIdentity;
-}
+ @JsonProperty(" AICIdentity ")
+ public String getAICIdentity() {
+ return aICIdentity;
+ }
+
+ @JsonProperty(" AICIdentity ")
+ public void setAICIdentity(String aICIdentity) {
+ this.aICIdentity = aICIdentity;
+ }
+
+ public String getaICIdentity() {
+ return aICIdentity;
+ }
+
+ public void setaICIdentity(String aICIdentity) {
+ this.aICIdentity = aICIdentity;
+ }
+
-@JsonProperty(" AICIdentity ")
-public void setAICIdentity(String aICIdentity) {
-this.aICIdentity = aICIdentity;
-}
} \ No newline at end of file