- java.lang.Object
-
- net.bis5.mattermost.model.Compliances
-
- All Implemented Interfaces:
Iterable<Compliance>
public class Compliances extends Object implements Iterable<Compliance>
List ofCompliance.- Author:
- Takayuki Maruyama
-
-
Constructor Summary
Constructors Constructor Description Compliances()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<Compliance>getCompliances()inthashCode()Iterator<Compliance>iterator()voidsetCompliances(List<Compliance> compliances)StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
iterator
public Iterator<Compliance> iterator()
- Specified by:
iteratorin interfaceIterable<Compliance>
-
getCompliances
public List<Compliance> getCompliances()
-
setCompliances
public void setCompliances(List<Compliance> compliances)
-
canEqual
protected boolean canEqual(Object other)
-
-