| Modifier and Type | Method | Description | 
|---|---|---|
String | 
getAccountName() | 
 The name used to authenticate. 
 | 
String | 
getId() | 
 The unique identifier for the configuration. 
 | 
String | 
getName() | 
 The name of the configuration. 
 | 
Map<String,Object> | 
getProperties() | 
 Returns all properties for an instance of this class. 
 | 
boolean | 
isConnected() | 
 Is the configuration connected? 
 | 
void | 
setAccountName(String accountName) | 
 The name used to authenticate. 
 | 
cast, getApplicationReference, getObjectReference, getTypeClass, isInstanceOfstatic final TypeClass CLASS
@Code("user") @Kind("property") @Name("account name") @Type("text") String getAccountName()
@Code("user") @Kind("property") @Name("account name") @Type("text") void setAccountName(String accountName)
accountName - new property value@Code("conn") @Kind("property") @Name("connected") @Type("boolean") boolean isConnected()
@Code("ID ") @Kind("property") @Name("id") @Type("text") String getId()
@Code("pnam") @Kind("property") @Name("name") @Type("text") String getName()