java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.Alias
io.github.primelib.webmethodsapigateway4j.model.SimpleAlias

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

    • value

      protected String value
      value of the simple alias
  • Konstruktordetails

    • SimpleAlias

      public SimpleAlias(Consumer<SimpleAlias> spec)
      Constructs a validated instance of SimpleAlias.
      Parameter:
      spec - the specification to process
    • SimpleAlias

      @Internal public SimpleAlias(String value)
      Constructs a validated instance of SimpleAlias.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using SimpleAlias(Consumer) instead.

      Parameter:
      value - value of the simple alias
    • SimpleAlias

      protected SimpleAlias()
  • Methodendetails

    • value

      public String value()
      value of the simple alias
    • value

      public SimpleAlias value(String value)
      value of the simple alias
      Gibt zurück:
      this.
    • equals

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

      protected boolean canEqual(Object other)
      Setzt außer Kraft:
      canEqual in Klasse Alias
    • hashCode

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

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