Klasse InternationalizedString

java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.InternationalizedString

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class InternationalizedString extends Object
InternationalizedString
  • Felddetails

    • locale

      protected String locale
      This property will have the localization information of the property 'value'.
    • value

      protected String value
      This property will hold the actual string
  • Konstruktordetails

    • InternationalizedString

      @Internal public InternationalizedString(Consumer<InternationalizedString> spec)
      Constructs a validated implementation of InternationalizedString.
      Parameter:
      spec - the specification to process
    • InternationalizedString

      public InternationalizedString(String locale, String value)
    • InternationalizedString

      protected InternationalizedString()
  • Methodendetails

    • locale

      public String locale()
      This property will have the localization information of the property 'value'.
    • value

      public String value()
      This property will hold the actual string
    • locale

      public InternationalizedString locale(String locale)
      This property will have the localization information of the property 'value'.
      Gibt zurück:
      this.
    • value

      public InternationalizedString value(String value)
      This property will hold the actual string
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object