Klasse ServiceMgmtModel
java.lang.Object
io.github.primelib.webmethodsapigateway4j.models.ServiceMgmtModel
ServiceMgmtModel
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected Stringprotected ObjectA free-form property to include an example of an instance for this schema.protected ServiceMgmtExternalDocsprotected Map<String, ServiceMgmtSchema> The properties (key-value pairs) on an object are defined using the properties keyword.protected Stringprotected Stringprotected String -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedServiceMgmtModel(String description, Object example, ServiceMgmtExternalDocs externalDocs, Map<String, ServiceMgmtSchema> properties, String reference, String title, String type, Map<String, Object> vendorExtensions) Constructs a validated instance ofServiceMgmtModel.Constructs a validated instance ofServiceMgmtModel. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleandescription(String description) booleanexample()A free-form property to include an example of an instance for this schema.A free-form property to include an example of an instance for this schema.externalDocs(ServiceMgmtExternalDocs externalDocs) inthashCode()The properties (key-value pairs) on an object are defined using the properties keyword.properties(Map<String, ServiceMgmtSchema> properties) The properties (key-value pairs) on an object are defined using the properties keyword.title()toString()type()vendorExtensions(Map<String, Object> vendorExtensions)
-
Felddetails
-
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
-
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
-
title
-
type
-
vendorExtensions
-
-
Konstruktordetails
-
ServiceMgmtModel
Constructs a validated instance ofServiceMgmtModel.- 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 ofServiceMgmtModel.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ServiceMgmtModel(Consumer)instead.- Parameter:
description- descriptionexample- 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 necessaryexternalDocs- externalDocsproperties- 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 propertyreference- referencetitle- titletype- typevendorExtensions- vendorExtensions
-
ServiceMgmtModel
protected ServiceMgmtModel()
-
-
Methodendetails
-
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
-
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
-
title
-
type
-
vendorExtensions
-
description
- Gibt zurück:
this.
-
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
- Gibt zurück:
this.
-
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
- Gibt zurück:
this.
-
title
- Gibt zurück:
this.
-
type
- Gibt zurück:
this.
-
vendorExtensions
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
-
toString
-