Groovy Documentation

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

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

class Credential

Field Summary
private String name

private CredentialType type

 
Constructor Summary
Credential()

 
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

Credential

Credential()


 
Method Detail

getName

String getName()


getType

CredentialType getType()


setName

void setName(String name)


setType

void setType(CredentialType type)


toString

String toString()


 

Groovy Documentation