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