Klasse ServiceMgmtResponse

java.lang.Object
io.github.primelib.webmethodsapigateway4j.models.ServiceMgmtResponse

@Generated("io.github.primelib.primecodegen") public class ServiceMgmtResponse extends Object
ServiceMgmtResponse
  • Felddetails

    • content

      protected Map<String,ServiceMgmtMediaType> content
      A map containing descriptions of potential response payloads. The key is a media type or media type range and the value describes it
    • description

      protected String description
      A short description of the response
    • getref

      protected String getref
    • headersV3

      protected Map<String,ServiceMgmtHeader> headersV3
      Maps a header name to its definition. RFC7230 states header names are case insensitive. If a response header is defined with the name "Content-Type", it SHALL be ignored
    • vendorExtensions

      protected Map<String,Object> vendorExtensions
  • Konstruktordetails

    • ServiceMgmtResponse

      public ServiceMgmtResponse(Consumer<ServiceMgmtResponse> spec)
      Constructs a validated instance of ServiceMgmtResponse.
      Parameter:
      spec - the specification to process
    • ServiceMgmtResponse

      @Internal public ServiceMgmtResponse(Map<String,ServiceMgmtMediaType> content, String description, String getref, Map<String,ServiceMgmtHeader> headersV3, Map<String,ServiceMgmtLink> links, Map<String,Object> vendorExtensions)
      Constructs a validated instance of ServiceMgmtResponse.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using ServiceMgmtResponse(Consumer) instead.

      Parameter:
      content - A map containing descriptions of potential response payloads. The key is a media type or media type range and the value describes it
      description - A short description of the response
      getref - getref
      headersV3 - Maps a header name to its definition. RFC7230 states header names are case insensitive. If a response header is defined with the name "Content-Type", it SHALL be ignored
      links - A map of operations links that can be followed from the response. The key of the map is a short name for the link, following the naming constraints of the names for Component Objects.
      vendorExtensions - vendorExtensions
    • ServiceMgmtResponse

      protected ServiceMgmtResponse()
  • Methodendetails

    • content

      public Map<String,ServiceMgmtMediaType> content()
      A map containing descriptions of potential response payloads. The key is a media type or media type range and the value describes it
    • description

      public String description()
      A short description of the response
    • getref

      public String getref()
    • headersV3

      public Map<String,ServiceMgmtHeader> headersV3()
      Maps a header name to its definition. RFC7230 states header names are case insensitive. If a response header is defined with the name "Content-Type", it SHALL be ignored
    • links

      public Map<String,ServiceMgmtLink> links()
      A map of operations links that can be followed from the response. The key of the map is a short name for the link, following the naming constraints of the names for Component Objects.
    • vendorExtensions

      public Map<String,Object> vendorExtensions()
    • content

      A map containing descriptions of potential response payloads. The key is a media type or media type range and the value describes it
      Gibt zurück:
      this.
    • description

      public ServiceMgmtResponse description(String description)
      A short description of the response
      Gibt zurück:
      this.
    • getref

      public ServiceMgmtResponse getref(String getref)
      Gibt zurück:
      this.
    • headersV3

      public ServiceMgmtResponse headersV3(Map<String,ServiceMgmtHeader> headersV3)
      Maps a header name to its definition. RFC7230 states header names are case insensitive. If a response header is defined with the name "Content-Type", it SHALL be ignored
      Gibt zurück:
      this.
    • links

      A map of operations links that can be followed from the response. The key of the map is a short name for the link, following the naming constraints of the names for Component Objects.
      Gibt zurück:
      this.
    • vendorExtensions

      public ServiceMgmtResponse vendorExtensions(Map<String,Object> vendorExtensions)
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object