public class MediumFillState extends Object implements Serializable
Constructor and Description |
---|
MediumFillState(long objectCount,
long blockCount,
long blockSize,
long filledInMB,
long sizeInMB)
Literal constructor
|
Modifier and Type | Method and Description |
---|---|
static MediumFillState |
fromNative(com.saperion.jna.applsrv.m2j.natives.MediumInfoType mediumInfoType)
Constructs an instance of
MediumFillState from a given wrapper of the corresponding native type. |
long |
getBlockCount() |
long |
getBlockSize() |
long |
getFilledInMB() |
long |
getObjectCount() |
long |
getSizeInMB() |
String |
toString() |
public MediumFillState(long objectCount, long blockCount, long blockSize, long filledInMB, long sizeInMB)
objectCount
- getObjectCount()
blockCount
- getBlockCount()
blockSize
- getBlockSize()
filledInMB
- getFilledInMB()
sizeInMB
- getSizeInMB()
public long getObjectCount()
public long getBlockCount()
public long getBlockSize()
public long getFilledInMB()
public long getSizeInMB()
public static MediumFillState fromNative(com.saperion.jna.applsrv.m2j.natives.MediumInfoType mediumInfoType)
MediumFillState
from a given wrapper of the corresponding native type.mediumInfoType
- An instance of MediumInfoType corresponding to the same medium.MediumFillState
corresponding to the same medium a the given MediumInfoType does.Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.