public class ApiExternalAccount extends Object
Constructor and Description |
---|
ApiExternalAccount() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ApiConfigList |
getAccountConfigs()
Represents the account configuration for this account.
|
Date |
getCreatedTime()
Represents the time of creation for this account.
|
String |
getDisplayName()
Represents a modifiable label to identify this account for user-visible purposes.
|
Date |
getLastModifiedTime()
Represents the last modification time for this account.
|
String |
getName()
Represents the intial name of the account; used to uniquely identify this account.
|
String |
getTypeName()
Represents the Type ID of a supported external account type.
|
int |
hashCode() |
void |
setAccountConfigs(ApiConfigList accountConfigs) |
void |
setCreatedTime(Date createTime) |
void |
setDisplayName(String displayName) |
void |
setLastModifiedTime(Date lastModifiedTime) |
void |
setName(String name) |
void |
setTypeName(String typeName) |
String |
toString() |
public String getName()
public void setName(String name)
public String getDisplayName()
public void setDisplayName(String displayName)
public Date getCreatedTime()
public void setCreatedTime(Date createTime)
public Date getLastModifiedTime()
public void setLastModifiedTime(Date lastModifiedTime)
public String getTypeName()
public void setTypeName(String typeName)
public ApiConfigList getAccountConfigs()
public void setAccountConfigs(ApiConfigList accountConfigs)
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.