|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cloudera.api.model.ApiExternalAccount
public class ApiExternalAccount
Represents an instantiation of an external account type, referencing a supported external account type, via the typeName field, along with suitable configuration to access an external resource of the provided type. The typeName field must match the name of an external account type.
Constructor Summary | |
---|---|
ApiExternalAccount()
|
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ApiExternalAccount()
Method Detail |
---|
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)
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |