Class RotateRecipientToken
- java.lang.Object
-
- com.databricks.sdk.service.sharing.RotateRecipientToken
-
@Generated public class RotateRecipientToken extends Object
-
-
Constructor Summary
Constructors Constructor Description RotateRecipientToken()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Long
getExistingTokenExpireInSeconds()
String
getName()
int
hashCode()
RotateRecipientToken
setExistingTokenExpireInSeconds(Long existingTokenExpireInSeconds)
RotateRecipientToken
setName(String name)
String
toString()
-
-
-
Method Detail
-
setExistingTokenExpireInSeconds
public RotateRecipientToken setExistingTokenExpireInSeconds(Long existingTokenExpireInSeconds)
-
getExistingTokenExpireInSeconds
public Long getExistingTokenExpireInSeconds()
-
setName
public RotateRecipientToken setName(String name)
-
getName
public String getName()
-
-