java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.Alias
Bekannte direkte Unterklassen:
AuthServerAlias, AWSConfigurationAlias, ClientMetadataMapping, EndpointAlias, HTTPTransportSecurityAlias, ISConfigurationAlias, OpenIDProviderAlias, SAMLIssuerAlias, ServiceRegistryModel, SimpleAlias, SOAPMessageSecurityAlias, ThirdPartyOAuth2Alias, TransformationAlias, WebmethodsAlias

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

    • description

      protected String description
      A description about the alias
    • id

      protected String id
      A unique ID for the alias
    • name

      protected String name
      A unique name for the assertion
    • owner

      protected String owner
      Owner of the alias
    • stage

      protected String stage
      Stage for which this alias needs to be used
    • type

      protected Alias.TypeEnum type
      Type of the alias
  • Konstruktordetails

  • Methodendetails

    • description

      public String description()
      A description about the alias
    • id

      public String id()
      A unique ID for the alias
    • name

      public String name()
      A unique name for the assertion
    • owner

      public String owner()
      Owner of the alias
    • stage

      public String stage()
      Stage for which this alias needs to be used
    • type

      public Alias.TypeEnum type()
      Type of the alias
    • description

      public Alias description(String description)
      A description about the alias
      Gibt zurück:
      this.
    • id

      public Alias id(String id)
      A unique ID for the alias
      Gibt zurück:
      this.
    • name

      public Alias name(String name)
      A unique name for the assertion
      Gibt zurück:
      this.
    • owner

      public Alias owner(String owner)
      Owner of the alias
      Gibt zurück:
      this.
    • stage

      public Alias stage(String stage)
      Stage for which this alias needs to be used
      Gibt zurück:
      this.
    • type

      public Alias type(Alias.TypeEnum type)
      Type of the alias
      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