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 booleanequals(Object o)StringgetComment()LonggetCreatedById()StringgetCreatedByUsername()LonggetCreationTime()LonggetExpiryTime()LonggetOwnerId()StringgetTokenId()inthashCode()TokenInfosetComment(String comment)TokenInfosetCreatedById(Long createdById)TokenInfosetCreatedByUsername(String createdByUsername)TokenInfosetCreationTime(Long creationTime)TokenInfosetExpiryTime(Long expiryTime)TokenInfosetOwnerId(Long ownerId)TokenInfosetTokenId(String tokenId)StringtoString()
-
-
-
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()
-
-