Groovy Documentation

com.ace.mws
[Groovy] Class IntLimit

java.lang.Object
  com.ace.mws.IntLimit

class IntLimit

Field Summary
private String qualifier

One of:

  • <
  • <=
  • ==
  • >=
  • >

private Integer value

 
Constructor Summary
IntLimit()

 
Method Summary
String getQualifier()

One of:

  • <
  • <=
  • ==
  • >=
  • >

Integer getValue()

void setQualifier(String qualifier)

One of:

  • <
  • <=
  • ==
  • >=
  • >

void setValue(Integer value)

String toString()

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

Field Detail

qualifier

private String qualifier
One of:


value

private Integer value


 
Constructor Detail

IntLimit

IntLimit()


 
Method Detail

getQualifier

String getQualifier()
One of:


getValue

Integer getValue()


setQualifier

void setQualifier(String qualifier)
One of:


setValue

void setValue(Integer value)


toString

String toString()


 

Groovy Documentation