Class PublicTokenInfo
- java.lang.Object
-
- com.databricks.sdk.service.settings.PublicTokenInfo
-
@Generated public class PublicTokenInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description PublicTokenInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getComment()
Long
getCreationTime()
Long
getExpiryTime()
String
getTokenId()
int
hashCode()
PublicTokenInfo
setComment(String comment)
PublicTokenInfo
setCreationTime(Long creationTime)
PublicTokenInfo
setExpiryTime(Long expiryTime)
PublicTokenInfo
setTokenId(String tokenId)
String
toString()
-
-
-
Method Detail
-
setComment
public PublicTokenInfo setComment(String comment)
-
getComment
public String getComment()
-
setCreationTime
public PublicTokenInfo setCreationTime(Long creationTime)
-
getCreationTime
public Long getCreationTime()
-
setExpiryTime
public PublicTokenInfo setExpiryTime(Long expiryTime)
-
getExpiryTime
public Long getExpiryTime()
-
setTokenId
public PublicTokenInfo setTokenId(String tokenId)
-
getTokenId
public String getTokenId()
-
-