public class DirectoryLimits extends Object implements Serializable, Cloneable
Contains directory limit information for a region.
Constructor and Description |
---|
DirectoryLimits() |
Modifier and Type | Method and Description |
---|---|
DirectoryLimits |
clone() |
boolean |
equals(Object obj) |
Integer |
getCloudOnlyDirectoriesCurrentCount()
The current number of cloud directories in the region.
|
Integer |
getCloudOnlyDirectoriesLimit()
The maximum number of cloud directories allowed in the region.
|
Boolean |
getCloudOnlyDirectoriesLimitReached()
Indicates if the cloud directory limit has been reached.
|
Integer |
getConnectedDirectoriesCurrentCount()
The current number of connected directories in the region.
|
Integer |
getConnectedDirectoriesLimit()
The maximum number of connected directories allowed in the region.
|
Boolean |
getConnectedDirectoriesLimitReached()
Indicates if the connected directory limit has been reached.
|
int |
hashCode() |
Boolean |
isCloudOnlyDirectoriesLimitReached()
Indicates if the cloud directory limit has been reached.
|
Boolean |
isConnectedDirectoriesLimitReached()
Indicates if the connected directory limit has been reached.
|
void |
setCloudOnlyDirectoriesCurrentCount(Integer cloudOnlyDirectoriesCurrentCount)
The current number of cloud directories in the region.
|
void |
setCloudOnlyDirectoriesLimit(Integer cloudOnlyDirectoriesLimit)
The maximum number of cloud directories allowed in the region.
|
void |
setCloudOnlyDirectoriesLimitReached(Boolean cloudOnlyDirectoriesLimitReached)
Indicates if the cloud directory limit has been reached.
|
void |
setConnectedDirectoriesCurrentCount(Integer connectedDirectoriesCurrentCount)
The current number of connected directories in the region.
|
void |
setConnectedDirectoriesLimit(Integer connectedDirectoriesLimit)
The maximum number of connected directories allowed in the region.
|
void |
setConnectedDirectoriesLimitReached(Boolean connectedDirectoriesLimitReached)
Indicates if the connected directory limit has been reached.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DirectoryLimits |
withCloudOnlyDirectoriesCurrentCount(Integer cloudOnlyDirectoriesCurrentCount)
The current number of cloud directories in the region.
|
DirectoryLimits |
withCloudOnlyDirectoriesLimit(Integer cloudOnlyDirectoriesLimit)
The maximum number of cloud directories allowed in the region.
|
DirectoryLimits |
withCloudOnlyDirectoriesLimitReached(Boolean cloudOnlyDirectoriesLimitReached)
Indicates if the cloud directory limit has been reached.
|
DirectoryLimits |
withConnectedDirectoriesCurrentCount(Integer connectedDirectoriesCurrentCount)
The current number of connected directories in the region.
|
DirectoryLimits |
withConnectedDirectoriesLimit(Integer connectedDirectoriesLimit)
The maximum number of connected directories allowed in the region.
|
DirectoryLimits |
withConnectedDirectoriesLimitReached(Boolean connectedDirectoriesLimitReached)
Indicates if the connected directory limit has been reached.
|
public Integer getCloudOnlyDirectoriesLimit()
Constraints:
Range: 0 -
public void setCloudOnlyDirectoriesLimit(Integer cloudOnlyDirectoriesLimit)
Constraints:
Range: 0 -
cloudOnlyDirectoriesLimit
- The maximum number of cloud directories allowed in the region.public DirectoryLimits withCloudOnlyDirectoriesLimit(Integer cloudOnlyDirectoriesLimit)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 0 -
cloudOnlyDirectoriesLimit
- The maximum number of cloud directories allowed in the region.public Integer getCloudOnlyDirectoriesCurrentCount()
Constraints:
Range: 0 -
public void setCloudOnlyDirectoriesCurrentCount(Integer cloudOnlyDirectoriesCurrentCount)
Constraints:
Range: 0 -
cloudOnlyDirectoriesCurrentCount
- The current number of cloud directories in the region.public DirectoryLimits withCloudOnlyDirectoriesCurrentCount(Integer cloudOnlyDirectoriesCurrentCount)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 0 -
cloudOnlyDirectoriesCurrentCount
- The current number of cloud directories in the region.public Boolean isCloudOnlyDirectoriesLimitReached()
public void setCloudOnlyDirectoriesLimitReached(Boolean cloudOnlyDirectoriesLimitReached)
cloudOnlyDirectoriesLimitReached
- Indicates if the cloud directory limit has been reached.public DirectoryLimits withCloudOnlyDirectoriesLimitReached(Boolean cloudOnlyDirectoriesLimitReached)
Returns a reference to this object so that method calls can be chained together.
cloudOnlyDirectoriesLimitReached
- Indicates if the cloud directory limit has been reached.public Boolean getCloudOnlyDirectoriesLimitReached()
public Integer getConnectedDirectoriesLimit()
Constraints:
Range: 0 -
public void setConnectedDirectoriesLimit(Integer connectedDirectoriesLimit)
Constraints:
Range: 0 -
connectedDirectoriesLimit
- The maximum number of connected directories allowed in the region.public DirectoryLimits withConnectedDirectoriesLimit(Integer connectedDirectoriesLimit)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 0 -
connectedDirectoriesLimit
- The maximum number of connected directories allowed in the region.public Integer getConnectedDirectoriesCurrentCount()
Constraints:
Range: 0 -
public void setConnectedDirectoriesCurrentCount(Integer connectedDirectoriesCurrentCount)
Constraints:
Range: 0 -
connectedDirectoriesCurrentCount
- The current number of connected directories in the region.public DirectoryLimits withConnectedDirectoriesCurrentCount(Integer connectedDirectoriesCurrentCount)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 0 -
connectedDirectoriesCurrentCount
- The current number of connected directories in the region.public Boolean isConnectedDirectoriesLimitReached()
public void setConnectedDirectoriesLimitReached(Boolean connectedDirectoriesLimitReached)
connectedDirectoriesLimitReached
- Indicates if the connected directory limit has been reached.public DirectoryLimits withConnectedDirectoriesLimitReached(Boolean connectedDirectoriesLimitReached)
Returns a reference to this object so that method calls can be chained together.
connectedDirectoriesLimitReached
- Indicates if the connected directory limit has been reached.public Boolean getConnectedDirectoriesLimitReached()
public String toString()
toString
in class Object
Object.toString()
public DirectoryLimits clone()
Copyright © 2015. All rights reserved.