public final class VersionLimits extends Object implements Serializable
Constructor and Description |
---|
VersionLimits(Integer majorVersionLimit,
Integer minorVersionLimit)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Integer |
getMajorVersionLimit()
Gets the limit of the major versions that are retained for a versioned file.
|
Integer |
getMinorVersionLimit()
Gets the limit of the minor versions retained for a versioned file.
|
int |
hashCode() |
void |
setMajorVersionLimit(Integer majorVersionLimit)
Sets the limit of the minor versions that re retained for a versioned file.
|
void |
setMinorVersionLimit(Integer minorVersionLimit)
Sets the limit of the minor versions that are retained for a versioned file.
|
String |
toString() |
public Integer getMajorVersionLimit()
public void setMajorVersionLimit(Integer majorVersionLimit)
majorVersionLimit
- The limit of the major versions that are retained for a versioned file.public Integer getMinorVersionLimit()
public void setMinorVersionLimit(Integer minorVersionLimit)
minorVersionLimit
- The limit of the minor versions that are retained for a versioned file.<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>