Klasse InternationalizedString
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.InternationalizedString
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class InternationalizedString
extends Object
InternationalizedString
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedInternationalizedString(String locale, String value) Constructs a validated instance ofInternationalizedString.Constructs a validated instance ofInternationalizedString. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()locale()This property will have the localization information of the property 'value'.This property will have the localization information of the property 'value'.toString()value()This property will hold the actual stringThis property will hold the actual string
-
Felddetails
-
locale
This property will have the localization information of the property 'value'. -
value
This property will hold the actual string
-
-
Konstruktordetails
-
InternationalizedString
Constructs a validated instance ofInternationalizedString.- Parameter:
spec- the specification to process
-
InternationalizedString
Constructs a validated instance ofInternationalizedString.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
InternationalizedString(Consumer)instead.- Parameter:
locale- This property will have the localization information of the property 'value'.value- This property will hold the actual string
-
InternationalizedString
protected InternationalizedString()
-
-
Methodendetails
-
builder
-
locale
This property will have the localization information of the property 'value'. -
value
This property will hold the actual string -
locale
This property will have the localization information of the property 'value'.- Gibt zurück:
this.
-
value
This property will hold the actual string- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-