Klasse InternationalizedString
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.InternationalizedString
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class InternationalizedString
extends Object
InternationalizedString
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
InternationalizedString
(String locale, String value) Constructs a validated implementation ofInternationalizedString
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected boolean
boolean
int
hashCode()
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 implementation ofInternationalizedString
.- Parameter:
spec
- the specification to process
-
InternationalizedString
-
InternationalizedString
protected InternationalizedString()
-
-
Methodendetails
-
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
-