Klasse ServiceMgmtRequestBody

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

@Generated("io.github.primelib.primecodegen") public class ServiceMgmtRequestBody extends Object
ServiceMgmtRequestBody
  • 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 brief description of the request body. This could contain examples of use
    • getref

      protected String getref
    • required

      protected Boolean required
      Determines if the request body is required in the request. Defaults to false
    • vendorExtensions

      protected Map<String,Object> vendorExtensions
  • Konstruktordetails

    • ServiceMgmtRequestBody

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

      @Internal public ServiceMgmtRequestBody(Map<String,ServiceMgmtMediaType> content, String description, String getref, Boolean required, Map<String,Object> vendorExtensions)
      Constructs a validated instance of ServiceMgmtRequestBody.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using ServiceMgmtRequestBody(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 brief description of the request body. This could contain examples of use
      getref - getref
      required - Determines if the request body is required in the request. Defaults to false
      vendorExtensions - vendorExtensions
    • ServiceMgmtRequestBody

      protected ServiceMgmtRequestBody()
  • 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 brief description of the request body. This could contain examples of use
    • getref

      public String getref()
    • required

      public Boolean required()
      Determines if the request body is required in the request. Defaults to false
    • 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 ServiceMgmtRequestBody description(String description)
      A brief description of the request body. This could contain examples of use
      Gibt zurück:
      this.
    • getref

      public ServiceMgmtRequestBody getref(String getref)
      Gibt zurück:
      this.
    • required

      public ServiceMgmtRequestBody required(Boolean required)
      Determines if the request body is required in the request. Defaults to false
      Gibt zurück:
      this.
    • vendorExtensions

      public ServiceMgmtRequestBody 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