Klasse TransformationAlias

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

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

    • content

      protected String content
      content of the file
    • fileName

      protected String fileName
      the name of the file
  • Konstruktordetails

    • TransformationAlias

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

      public TransformationAlias(String content, String fileName)
    • TransformationAlias

      protected TransformationAlias()
  • Methodendetails

    • content

      public String content()
      content of the file
    • fileName

      public String fileName()
      the name of the file
    • content

      public TransformationAlias content(String content)
      content of the file
      Gibt zurück:
      this.
    • fileName

      public TransformationAlias fileName(String fileName)
      the name of the file
      Gibt zurück:
      this.
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Alias
    • 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