@Generated public class UpdateMetastore extends Object
| Constructor and Description |
|---|
UpdateMetastore() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDeltaSharingOrganizationName() |
Long |
getDeltaSharingRecipientTokenLifetimeInSeconds() |
UpdateMetastoreDeltaSharingScope |
getDeltaSharingScope() |
String |
getId() |
String |
getNewName() |
String |
getOwner() |
String |
getPrivilegeModelVersion() |
String |
getStorageRootCredentialId() |
int |
hashCode() |
UpdateMetastore |
setDeltaSharingOrganizationName(String deltaSharingOrganizationName) |
UpdateMetastore |
setDeltaSharingRecipientTokenLifetimeInSeconds(Long deltaSharingRecipientTokenLifetimeInSeconds) |
UpdateMetastore |
setDeltaSharingScope(UpdateMetastoreDeltaSharingScope deltaSharingScope) |
UpdateMetastore |
setId(String id) |
UpdateMetastore |
setNewName(String newName) |
UpdateMetastore |
setOwner(String owner) |
UpdateMetastore |
setPrivilegeModelVersion(String privilegeModelVersion) |
UpdateMetastore |
setStorageRootCredentialId(String storageRootCredentialId) |
String |
toString() |
public UpdateMetastore setDeltaSharingOrganizationName(String deltaSharingOrganizationName)
public String getDeltaSharingOrganizationName()
public UpdateMetastore setDeltaSharingRecipientTokenLifetimeInSeconds(Long deltaSharingRecipientTokenLifetimeInSeconds)
public Long getDeltaSharingRecipientTokenLifetimeInSeconds()
public UpdateMetastore setDeltaSharingScope(UpdateMetastoreDeltaSharingScope deltaSharingScope)
public UpdateMetastoreDeltaSharingScope getDeltaSharingScope()
public UpdateMetastore setId(String id)
public String getId()
public UpdateMetastore setNewName(String newName)
public String getNewName()
public UpdateMetastore setOwner(String owner)
public String getOwner()
public UpdateMetastore setPrivilegeModelVersion(String privilegeModelVersion)
public String getPrivilegeModelVersion()
public UpdateMetastore setStorageRootCredentialId(String storageRootCredentialId)
public String getStorageRootCredentialId()
Copyright © 2024. All rights reserved.