public class AccountCreationInfo extends Object
| Constructor and Description |
|---|
AccountCreationInfo(String subdomain,
String acctName,
String orgName,
String department,
StorageProviderType primaryStorageProviderType,
Set<StorageProviderType> secondaryStorageProviderTypes,
AccountType accountType,
Long accountClusterId) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAccountClusterId() |
AccountType |
getAccountType() |
String |
getAcctName() |
String |
getDepartment() |
String |
getOrgName() |
StorageProviderType |
getPrimaryStorageProviderType() |
Set<StorageProviderType> |
getSecondaryStorageProviderTypes() |
String |
getSubdomain() |
public AccountCreationInfo(String subdomain, String acctName, String orgName, String department, StorageProviderType primaryStorageProviderType, Set<StorageProviderType> secondaryStorageProviderTypes, AccountType accountType, Long accountClusterId)
public String getSubdomain()
public String getAcctName()
public String getOrgName()
public String getDepartment()
public StorageProviderType getPrimaryStorageProviderType()
public Set<StorageProviderType> getSecondaryStorageProviderTypes()
public AccountType getAccountType()
public Long getAccountClusterId()
Copyright © 2009–2014 DuraSpace. All rights reserved.