Groovy Documentation

com.ace.mws.credentials
[Groovy] Class EmbeddedCredential

java.lang.Object
  com.ace.mws.credentials.EmbeddedCredential

class EmbeddedCredential

Field Summary
private String name

private CredentialType type

 
Constructor Summary
EmbeddedCredential()

 
Method Summary
String getName()

CredentialType getType()

void setName(String name)

void setType(CredentialType type)

String toString()

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

name

private String name


type

private CredentialType type


 
Constructor Detail

EmbeddedCredential

EmbeddedCredential()


 
Method Detail

getName

String getName()


getType

CredentialType getType()


setName

void setName(String name)


setType

void setType(CredentialType type)


toString

String toString()


 

Groovy Documentation