java.lang.Object
org.wso2.am.integration.clients.internal.api.dto.KeyManagerDTO

public class KeyManagerDTO extends Object
KeyManagerDTO
  • Constructor Details

    • KeyManagerDTO

      public KeyManagerDTO()
  • Method Details

    • name

      public KeyManagerDTO name(String name)
    • getName

      public String getName()
      Get name
      Returns:
      name
    • setName

      public void setName(String name)
    • type

      public KeyManagerDTO type(String type)
    • getType

      public String getType()
      Get type
      Returns:
      type
    • setType

      public void setType(String type)
    • enabled

      public KeyManagerDTO enabled(Boolean enabled)
    • isEnabled

      public Boolean isEnabled()
      Get enabled
      Returns:
      enabled
    • setEnabled

      public void setEnabled(Boolean enabled)
    • tenantDomain

      public KeyManagerDTO tenantDomain(String tenantDomain)
    • getTenantDomain

      public String getTenantDomain()
      Get tenantDomain
      Returns:
      tenantDomain
    • setTenantDomain

      public void setTenantDomain(String tenantDomain)
    • _configuration

      public KeyManagerDTO _configuration(Object _configuration)
    • getConfiguration

      public Object getConfiguration()
      Get _configuration
      Returns:
      _configuration
    • setConfiguration

      public void setConfiguration(Object _configuration)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object