Klasse ServiceMgmtModel

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

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

    • description

      protected String description
    • example

      protected Object example
      A free-form property to include an example of an instance for this schema. To represent examples that cannot be naturally represented in JSON or YAML, a string value can be used to contain the example with escaping where necessary
    • externalDocs

      protected ServiceMgmtExternalDocs externalDocs
    • properties

      protected Map<String,ServiceMgmtSchema> properties
      The properties (key-value pairs) on an object are defined using the properties keyword. The value of properties is an object, where each key is the name of a property and each value is of type schema used to validate that property
    • reference

      protected String reference
    • title

      protected String title
    • type

      protected String type
    • vendorExtensions

      protected Map<String,Object> vendorExtensions
  • Konstruktordetails

    • ServiceMgmtModel

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

      @Internal public ServiceMgmtModel(String description, Object example, ServiceMgmtExternalDocs externalDocs, Map<String,ServiceMgmtSchema> properties, String reference, String title, String type, Map<String,Object> vendorExtensions)
      Constructs a validated instance of ServiceMgmtModel.

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

      Parameter:
      description - description
      example - A free-form property to include an example of an instance for this schema. To represent examples that cannot be naturally represented in JSON or YAML, a string value can be used to contain the example with escaping where necessary
      externalDocs - externalDocs
      properties - The properties (key-value pairs) on an object are defined using the properties keyword. The value of properties is an object, where each key is the name of a property and each value is of type schema used to validate that property
      reference - reference
      title - title
      type - type
      vendorExtensions - vendorExtensions
    • ServiceMgmtModel

      protected ServiceMgmtModel()
  • Methodendetails

    • description

      public String description()
    • example

      public Object example()
      A free-form property to include an example of an instance for this schema. To represent examples that cannot be naturally represented in JSON or YAML, a string value can be used to contain the example with escaping where necessary
    • externalDocs

      public ServiceMgmtExternalDocs externalDocs()
    • properties

      public Map<String,ServiceMgmtSchema> properties()
      The properties (key-value pairs) on an object are defined using the properties keyword. The value of properties is an object, where each key is the name of a property and each value is of type schema used to validate that property
    • reference

      public String reference()
    • title

      public String title()
    • type

      public String type()
    • vendorExtensions

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

      public ServiceMgmtModel description(String description)
      Gibt zurück:
      this.
    • example

      public ServiceMgmtModel example(Object example)
      A free-form property to include an example of an instance for this schema. To represent examples that cannot be naturally represented in JSON or YAML, a string value can be used to contain the example with escaping where necessary
      Gibt zurück:
      this.
    • externalDocs

      public ServiceMgmtModel externalDocs(ServiceMgmtExternalDocs externalDocs)
      Gibt zurück:
      this.
    • properties

      public ServiceMgmtModel properties(Map<String,ServiceMgmtSchema> properties)
      The properties (key-value pairs) on an object are defined using the properties keyword. The value of properties is an object, where each key is the name of a property and each value is of type schema used to validate that property
      Gibt zurück:
      this.
    • reference

      public ServiceMgmtModel reference(String reference)
      Gibt zurück:
      this.
    • title

      public ServiceMgmtModel title(String title)
      Gibt zurück:
      this.
    • type

      public ServiceMgmtModel type(String type)
      Gibt zurück:
      this.
    • vendorExtensions

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