Klasse URLAliasSettings
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.URLAliasSettings
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class URLAliasSettings
extends Object
URLAliasSettings
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected StringThe package to which the URL Alias is associated.protected StringThe unique alias name given for the URL aliases.protected StringAPI linked to this URL alias; applicable only if this URL alias is specific to an APIprotected StringIndicates how the URL Alias is created.protected StringURL Aliases IDAn array of port specific mappings for paths.protected StringThe default path which must be substituted for the URL alias. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedURLAliasSettings(String alias, String apiId, String association, String id, String _package, List<String> portList, String urlPath) Constructs a validated instance ofURLAliasSettings.Constructs a validated instance ofURLAliasSettings. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung_package()The package to which the URL Alias is associated.The package to which the URL Alias is associated.alias()The unique alias name given for the URL aliases.The unique alias name given for the URL aliases.apiId()API linked to this URL alias; applicable only if this URL alias is specific to an APIAPI linked to this URL alias; applicable only if this URL alias is specific to an APIIndicates how the URL Alias is created.association(String association) Indicates how the URL Alias is created.builder()protected booleanbooleaninthashCode()id()URL Aliases IDURL Aliases IDportList()An array of port specific mappings for paths.An array of port specific mappings for paths.toString()urlPath()The default path which must be substituted for the URL alias.The default path which must be substituted for the URL alias.
-
Felddetails
-
alias
The unique alias name given for the URL aliases. When invoked with this alias, the path will be substituted. -
apiId
API linked to this URL alias; applicable only if this URL alias is specific to an API -
association
Indicates how the URL Alias is created. This value is always 1. -
id
URL Aliases ID -
_package
The package to which the URL Alias is associated. Any URL Alias created through the API should always be associated with the WmAPIGateway package. -
portList
An array of port specific mappings for paths. Each mapping in this array must be specified as port_number#url_path. Either urlPath or portList must be specified. -
urlPath
The default path which must be substituted for the URL alias. If port specific mappings are provided, then this default path is considered if none of the ports are matched with the port of the incoming request. Either urlPath or portList must be specified.
-
-
Konstruktordetails
-
URLAliasSettings
Constructs a validated instance ofURLAliasSettings.- Parameter:
spec- the specification to process
-
URLAliasSettings
@Internal public URLAliasSettings(String alias, String apiId, String association, String id, String _package, List<String> portList, String urlPath) Constructs a validated instance ofURLAliasSettings.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
URLAliasSettings(Consumer)instead.- Parameter:
alias- The unique alias name given for the URL aliases. When invoked with this alias, the path will be substituted.apiId- API linked to this URL alias; applicable only if this URL alias is specific to an APIassociation- Indicates how the URL Alias is created. This value is always 1.id- URL Aliases ID_package- The package to which the URL Alias is associated. Any URL Alias created through the API should always be associated with the WmAPIGateway package.portList- An array of port specific mappings for paths. Each mapping in this array must be specified as port_number#url_path. Either urlPath or portList must be specified.urlPath- The default path which must be substituted for the URL alias. If port specific mappings are provided, then this default path is considered if none of the ports are matched with the port of the incoming request. Either urlPath or portList must be specified.
-
URLAliasSettings
protected URLAliasSettings()
-
-
Methodendetails
-
builder
-
alias
The unique alias name given for the URL aliases. When invoked with this alias, the path will be substituted. -
apiId
API linked to this URL alias; applicable only if this URL alias is specific to an API -
association
Indicates how the URL Alias is created. This value is always 1. -
id
URL Aliases ID -
_package
The package to which the URL Alias is associated. Any URL Alias created through the API should always be associated with the WmAPIGateway package. -
portList
An array of port specific mappings for paths. Each mapping in this array must be specified as port_number#url_path. Either urlPath or portList must be specified. -
urlPath
The default path which must be substituted for the URL alias. If port specific mappings are provided, then this default path is considered if none of the ports are matched with the port of the incoming request. Either urlPath or portList must be specified. -
alias
The unique alias name given for the URL aliases. When invoked with this alias, the path will be substituted.- Gibt zurück:
this.
-
apiId
API linked to this URL alias; applicable only if this URL alias is specific to an API- Gibt zurück:
this.
-
association
Indicates how the URL Alias is created. This value is always 1.- Gibt zurück:
this.
-
id
URL Aliases ID- Gibt zurück:
this.
-
_package
The package to which the URL Alias is associated. Any URL Alias created through the API should always be associated with the WmAPIGateway package.- Gibt zurück:
this.
-
portList
An array of port specific mappings for paths. Each mapping in this array must be specified as port_number#url_path. Either urlPath or portList must be specified.- Gibt zurück:
this.
-
urlPath
The default path which must be substituted for the URL alias. If port specific mappings are provided, then this default path is considered if none of the ports are matched with the port of the incoming request. Either urlPath or portList must be specified.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-