Class RetrieveTokenResponse
- java.lang.Object
-
- com.databricks.sdk.service.sharing.RetrieveTokenResponse
-
@Generated public class RetrieveTokenResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description RetrieveTokenResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetBearerToken()StringgetEndpoint()StringgetExpirationTime()LonggetShareCredentialsVersion()inthashCode()RetrieveTokenResponsesetBearerToken(String bearerToken)RetrieveTokenResponsesetEndpoint(String endpoint)RetrieveTokenResponsesetExpirationTime(String expirationTime)RetrieveTokenResponsesetShareCredentialsVersion(Long shareCredentialsVersion)StringtoString()
-
-
-
Method Detail
-
setBearerToken
public RetrieveTokenResponse setBearerToken(String bearerToken)
-
getBearerToken
public String getBearerToken()
-
setEndpoint
public RetrieveTokenResponse setEndpoint(String endpoint)
-
getEndpoint
public String getEndpoint()
-
setExpirationTime
public RetrieveTokenResponse setExpirationTime(String expirationTime)
-
getExpirationTime
public String getExpirationTime()
-
setShareCredentialsVersion
public RetrieveTokenResponse setShareCredentialsVersion(Long shareCredentialsVersion)
-
getShareCredentialsVersion
public Long getShareCredentialsVersion()
-
-