public final class PreCommitServerLimits extends java.lang.Object implements java.io.Serializable
org.conqat.engine.service.shared.client.IdeServiceClient
), so special
care has to be taken when changing its signature!Constructor and Description |
---|
PreCommitServerLimits(int fileCountLimit,
long fileSizeLimitInBytes,
int timeLimitInSeconds) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
int |
getFileCountLimit() |
long |
getFileSizeLimitInBytes() |
int |
getTimeLimitInSeconds() |
int |
hashCode() |
java.lang.String |
toString() |
public PreCommitServerLimits(int fileCountLimit, long fileSizeLimitInBytes, int timeLimitInSeconds)
public int getTimeLimitInSeconds()
public long getFileSizeLimitInBytes()
public int getFileCountLimit()
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object