16 package org.openkilda.messaging.te.response;
22 import com.fasterxml.jackson.annotation.JsonCreator;
23 import com.fasterxml.jackson.annotation.JsonIgnore;
24 import com.fasterxml.jackson.annotation.JsonProperty;
29 @JsonProperty(
"request")
32 @JsonProperty(
"link_props")
35 @JsonProperty(
"error")
41 @JsonProperty(
"link_props")
LinkProps linkProps,
42 @JsonProperty(
"error") String error) {
43 this.request = request;
44 this.linkProps = linkProps;
LinkPropsResponse( @JsonProperty("request") LinkPropsRequest request, @JsonProperty("link_props") LinkProps linkProps, @JsonProperty("error") String error)