@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 |
getName() |
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 |
setName(String name) |
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 setName(String name)
public String getName()
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 © 2023. All rights reserved.