Package com.basis.api.admin
Class BBjAdminBBjFileInfo.FileDetails
java.lang.Object
com.basis.api.admin.BBjAdminBBjFileInfo.FileDetails
- All Implemented Interfaces:
Serializable
- Enclosing class:
- BBjAdminBBjFileInfo
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintintintintlongintintvoidsetEsqlCount(int p_esqlCount) voidsetMkeyedCount(int p_mkeyedCount) voidsetSingleKeyedCount(int p_singleKeyedCount) voidsetStringCount(int p_stringCount) voidsetTextsearchCount(int p_textsearchCount) voidsetTotalFileCount(int p_totalFileCount) voidsetTotalSize(long p_size) voidsetVkeyedCount(int p_vkeyedCount) voidsetXkeyedCount(int p_xkeyedCount)
-
Constructor Details
-
FileDetails
public FileDetails()
-
-
Method Details
-
getTotalSize
public long getTotalSize() -
setTotalSize
public void setTotalSize(long p_size) -
getTotalFileCount
public int getTotalFileCount() -
setTotalFileCount
public void setTotalFileCount(int p_totalFileCount) -
getSingleKeyedCount
public int getSingleKeyedCount() -
setSingleKeyedCount
public void setSingleKeyedCount(int p_singleKeyedCount) -
getMkeyedCount
public int getMkeyedCount() -
setMkeyedCount
public void setMkeyedCount(int p_mkeyedCount) -
getXkeyedCount
public int getXkeyedCount() -
setXkeyedCount
public void setXkeyedCount(int p_xkeyedCount) -
getVkeyedCount
public int getVkeyedCount() -
setVkeyedCount
public void setVkeyedCount(int p_vkeyedCount) -
getEsqlCount
public int getEsqlCount() -
setEsqlCount
public void setEsqlCount(int p_esqlCount) -
getTextsearchCount
public int getTextsearchCount() -
setTextsearchCount
public void setTextsearchCount(int p_textsearchCount) -
getStringCount
public int getStringCount() -
setStringCount
public void setStringCount(int p_stringCount)
-