Klasse ServiceMgmtServerVariable
java.lang.Object
io.github.primelib.webmethodsapigateway4j.models.ServiceMgmtServerVariable
ServiceMgmtServerVariable
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedServiceMgmtServerVariable(String defaultProp, String description, List<String> enumProp, Map<String, Object> vendorExtensions) Constructs a validated instance ofServiceMgmtServerVariable.Constructs a validated instance ofServiceMgmtServerVariable. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleandefaultProp(String defaultProp) An optional description for the server variabledescription(String description) An optional description for the server variableenumProp()booleaninthashCode()toString()vendorExtensions(Map<String, Object> vendorExtensions)
-
Felddetails
-
defaultProp
-
description
An optional description for the server variable -
enumProp
-
vendorExtensions
-
-
Konstruktordetails
-
ServiceMgmtServerVariable
Constructs a validated instance ofServiceMgmtServerVariable.- Parameter:
spec- the specification to process
-
ServiceMgmtServerVariable
@Internal public ServiceMgmtServerVariable(String defaultProp, String description, List<String> enumProp, Map<String, Object> vendorExtensions) Constructs a validated instance ofServiceMgmtServerVariable.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ServiceMgmtServerVariable(Consumer)instead.- Parameter:
defaultProp- defaultPropdescription- An optional description for the server variableenumProp- enumPropvendorExtensions- vendorExtensions
-
ServiceMgmtServerVariable
protected ServiceMgmtServerVariable()
-
-
Methodendetails
-
defaultProp
-
description
An optional description for the server variable -
enumProp
-
vendorExtensions
-
defaultProp
- Gibt zurück:
this.
-
description
An optional description for the server variable- Gibt zurück:
this.
-
enumProp
- Gibt zurück:
this.
-
vendorExtensions
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
-
toString
-