1 package org.openecomp.mso.bpmn.infrastructure.workflow.serviceTask.client.entity;
3 import com.fasterxml.jackson.annotation.JsonProperty;
6 * Created by 10112215 on 2017/9/20.
8 public class NetworkRpcInputEntity {
9 public InputEntity getInput() {
13 public void setInput(InputEntity input) {
17 @JsonProperty("input")
18 private InputEntity input = null;