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 booleanequals(Object o)StringgetKey()LonggetLastUpdatedTimestamp()inthashCode()SecretMetadatasetKey(String key)SecretMetadatasetLastUpdatedTimestamp(Long lastUpdatedTimestamp)StringtoString()
-
-
-
Method Detail
-
setKey
public SecretMetadata setKey(String key)
-
getKey
public String getKey()
-
setLastUpdatedTimestamp
public SecretMetadata setLastUpdatedTimestamp(Long lastUpdatedTimestamp)
-
getLastUpdatedTimestamp
public Long getLastUpdatedTimestamp()
-
-