Class SynapseArtifactDTO


  • public class SynapseArtifactDTO
    extends Object
    SynapseArtifactDTO
    • Constructor Detail

      • SynapseArtifactDTO

        public SynapseArtifactDTO()
    • Method Detail

      • getApiId

        public String getApiId()
        Get apiId
        Returns:
        apiId
      • setApiId

        public void setApiId​(String apiId)
      • getApiName

        public String getApiName()
        API Provider name.
        Returns:
        apiName
      • setApiName

        public void setApiName​(String apiName)
      • getVersion

        public String getVersion()
        version of the API
        Returns:
        version
      • setVersion

        public void setVersion​(String version)
      • getTenantDomain

        public String getTenantDomain()
        tenantDomain of the API
        Returns:
        tenantDomain
      • setTenantDomain

        public void setTenantDomain​(String tenantDomain)
      • getGatewayLabel

        public String getGatewayLabel()
        label of the API
        Returns:
        gatewayLabel
      • setGatewayLabel

        public void setGatewayLabel​(String gatewayLabel)
      • getGatewayInstruction

        public String getGatewayInstruction()
        Publish/Remove
        Returns:
        gatewayInstruction
      • setGatewayInstruction

        public void setGatewayInstruction​(String gatewayInstruction)
      • getBytesEncodedAsString

        public String getBytesEncodedAsString()
        bytes
        Returns:
        bytesEncodedAsString
      • setBytesEncodedAsString

        public void setBytesEncodedAsString​(String bytesEncodedAsString)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object