Class DatarouterAccountManagerHandler.SetCredentialActivationDto

java.lang.Object
io.datarouter.auth.web.DatarouterAccountManagerHandler.SetCredentialActivationDto
Enclosing class:
DatarouterAccountManagerHandler

public static class DatarouterAccountManagerHandler.SetCredentialActivationDto
extends Object
  • Field Details

    • apiKey

      public final String apiKey
    • secretName

      public final String secretName
    • active

      public final Boolean active
    • accountName

      public final String accountName
  • Constructor Details

    • SetCredentialActivationDto

      public SetCredentialActivationDto​(String apiKey, String secretName, Boolean active, String accountName)