Package net.openosrs.api.hooks
Class HooksFile.LayoutCoverage
- java.lang.Object
-
- net.openosrs.api.hooks.HooksFile.LayoutCoverage
-
- Enclosing class:
- HooksFile
public static class HooksFile.LayoutCoverage extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LayoutCoverage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.util.List<java.lang.Integer>getNoLayoutIds()java.util.List<java.lang.Integer>getQuarantinedFixedIds()java.util.List<java.lang.Integer>getQuarantinedVariableIds()intgetTrustedCount()java.util.List<java.lang.Integer>getTrustedIds()inthashCode()voidsetNoLayoutIds(java.util.List<java.lang.Integer> noLayoutIds)voidsetQuarantinedFixedIds(java.util.List<java.lang.Integer> quarantinedFixedIds)voidsetQuarantinedVariableIds(java.util.List<java.lang.Integer> quarantinedVariableIds)voidsetTrustedCount(int trustedCount)voidsetTrustedIds(java.util.List<java.lang.Integer> trustedIds)java.lang.StringtoString()
-
-
-
Method Detail
-
getTrustedCount
public int getTrustedCount()
-
getTrustedIds
public java.util.List<java.lang.Integer> getTrustedIds()
-
getQuarantinedFixedIds
public java.util.List<java.lang.Integer> getQuarantinedFixedIds()
-
getQuarantinedVariableIds
public java.util.List<java.lang.Integer> getQuarantinedVariableIds()
-
getNoLayoutIds
public java.util.List<java.lang.Integer> getNoLayoutIds()
-
setTrustedCount
public void setTrustedCount(int trustedCount)
-
setTrustedIds
public void setTrustedIds(java.util.List<java.lang.Integer> trustedIds)
-
setQuarantinedFixedIds
public void setQuarantinedFixedIds(java.util.List<java.lang.Integer> quarantinedFixedIds)
-
setQuarantinedVariableIds
public void setQuarantinedVariableIds(java.util.List<java.lang.Integer> quarantinedVariableIds)
-
setNoLayoutIds
public void setNoLayoutIds(java.util.List<java.lang.Integer> noLayoutIds)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-