Class SecretMetadata
- java.lang.Object
-
- com.databricks.sdk.service.workspace.SecretMetadata
-
@Generated public class SecretMetadata extends Object
-
-
Constructor Summary
Constructors Constructor Description SecretMetadata()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getKey()
Long
getLastUpdatedTimestamp()
int
hashCode()
SecretMetadata
setKey(String key)
SecretMetadata
setLastUpdatedTimestamp(Long lastUpdatedTimestamp)
String
toString()
-
-
-
Method Detail
-
setKey
public SecretMetadata setKey(String key)
-
getKey
public String getKey()
-
setLastUpdatedTimestamp
public SecretMetadata setLastUpdatedTimestamp(Long lastUpdatedTimestamp)
-
getLastUpdatedTimestamp
public Long getLastUpdatedTimestamp()
-
-