Klasse ApplicationIdentifier
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.ApplicationIdentifier
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ApplicationIdentifier
extends Object
ApplicationIdentifier
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedConstructs a validated instance ofApplicationIdentifier.Constructs a validated instance ofApplicationIdentifier. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()id()unique identifier of the application identifierunique identifier of the application identifierkey()identifier typeidentifier typename()name of the identifiername of the identifiertoString()value()list of identifier valueslist of identifier values
-
Felddetails
-
id
unique identifier of the application identifier -
key
identifier type -
name
name of the identifier -
value
list of identifier values
-
-
Konstruktordetails
-
ApplicationIdentifier
Constructs a validated instance ofApplicationIdentifier.- Parameter:
spec- the specification to process
-
ApplicationIdentifier
Constructs a validated instance ofApplicationIdentifier.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ApplicationIdentifier(Consumer)instead.- Parameter:
id- unique identifier of the application identifierkey- identifier typename- name of the identifiervalue- list of identifier values
-
ApplicationIdentifier
protected ApplicationIdentifier()
-
-
Methodendetails
-
builder
-
id
unique identifier of the application identifier -
key
identifier type -
name
name of the identifier -
value
list of identifier values -
id
unique identifier of the application identifier- Gibt zurück:
this.
-
key
identifier type- Gibt zurück:
this.
-
name
name of the identifier- Gibt zurück:
this.
-
value
list of identifier values- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-