Groovy Documentation

com.predic8.soamodel
[Groovy] Class Difference

java.lang.Object
  com.predic8.soamodel.Difference

class Difference
extends Object

Property Summary
def a

def b

boolean breaks

String description

List diffs

boolean safe

String type

 
Method Summary
def breaks()

def dump(def level = 0)

def safe()

String toString()

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

Property Detail

a

def a


b

def b


breaks

boolean breaks


description

String description


diffs

List diffs


safe

boolean safe


type

String type


 
Method Detail

breaks

def breaks()


dump

def dump(def level = 0)


safe

def safe()


toString

String toString()


 

Groovy Documentation