Package io.dapr.client.domain
Class GetSecretRequest
java.lang.Object
io.dapr.client.domain.GetSecretRequest
public class GetSecretRequest
extends java.lang.Object
A request to get a secret by key.
-
Constructor Summary
Constructors Constructor Description GetSecretRequest()
-
Method Summary
Modifier and Type Method Description java.lang.String
getKey()
java.util.Map<java.lang.String,java.lang.String>
getMetadata()
java.lang.String
getStoreName()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
GetSecretRequest
public GetSecretRequest()
-
-
Method Details
-
getStoreName
public java.lang.String getStoreName() -
getKey
public java.lang.String getKey() -
getMetadata
public java.util.Map<java.lang.String,java.lang.String> getMetadata()
-