Groovy Documentation

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

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

class Credential

Field Summary
private String name

 
Constructor Summary
Credential()

 
Method Summary
String getName()

void setName(String name)

String toString()

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

Field Detail

name

private String name


 
Constructor Detail

Credential

Credential()


 
Method Detail

getName

String getName()


setName

void setName(String name)


toString

String toString()


 

Groovy Documentation