Klasse WebserviceEndpointAlias

java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.WebserviceEndpointAlias
Bekannte direkte Unterklassen:
JMSConsumerAlias, JMSProviderAlias

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

    • WebserviceEndpointAlias

      public WebserviceEndpointAlias(String webserviceEndpointAliasId, String alias, String aliasType, String description, String keyAlias, String keyStoreAlias, String timestampMaximumSkew, String timestampPrecisionInMillis, String timestampTimeToLive, String transportType, String trustStoreAlias)
    • WebserviceEndpointAlias

      public WebserviceEndpointAlias()
  • Methodendetails

    • getWebserviceEndpointAliasId

      public String getWebserviceEndpointAliasId()
      A unique ID for the WebserviceEndpointAlias
    • getAlias

      public String getAlias()
      The name of the WebserviceEndpointAlias
    • getAliasType

      public String getAliasType()
      The property specifies the aliasType, Either it should be Provider or Consumer
    • getDescription

      public String getDescription()
      The description of the WebserviceEndpointAlias
    • getKeyAlias

      public String getKeyAlias()
      this property specifies the keyalias name
    • getKeyStoreAlias

      public String getKeyStoreAlias()
      this property specifies the keystorealias name
    • getTimestampMaximumSkew

      public String getTimestampMaximumSkew()
      this property specifies the timestampMaximumSkew value
    • getTimestampPrecisionInMillis

      public String getTimestampPrecisionInMillis()
      this property specifies the timestampPrecisionInMillis
    • getTimestampTimeToLive

      public String getTimestampTimeToLive()
      this property specifies the timestampTimeToLive value
    • getTransportType

      public String getTransportType()
      this defines the transport type. The supported transport type is JMS
    • getTrustStoreAlias

      public String getTrustStoreAlias()
      this property specifies the trustStoreAlias name
    • setWebserviceEndpointAliasId

      public void setWebserviceEndpointAliasId(String webserviceEndpointAliasId)
      A unique ID for the WebserviceEndpointAlias
    • setAlias

      public void setAlias(String alias)
      The name of the WebserviceEndpointAlias
    • setAliasType

      public void setAliasType(String aliasType)
      The property specifies the aliasType, Either it should be Provider or Consumer
    • setDescription

      public void setDescription(String description)
      The description of the WebserviceEndpointAlias
    • setKeyAlias

      public void setKeyAlias(String keyAlias)
      this property specifies the keyalias name
    • setKeyStoreAlias

      public void setKeyStoreAlias(String keyStoreAlias)
      this property specifies the keystorealias name
    • setTimestampMaximumSkew

      public void setTimestampMaximumSkew(String timestampMaximumSkew)
      this property specifies the timestampMaximumSkew value
    • setTimestampPrecisionInMillis

      public void setTimestampPrecisionInMillis(String timestampPrecisionInMillis)
      this property specifies the timestampPrecisionInMillis
    • setTimestampTimeToLive

      public void setTimestampTimeToLive(String timestampTimeToLive)
      this property specifies the timestampTimeToLive value
    • setTransportType

      public void setTransportType(String transportType)
      this defines the transport type. The supported transport type is JMS
    • setTrustStoreAlias

      public void setTrustStoreAlias(String trustStoreAlias)
      this property specifies the trustStoreAlias name
    • 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