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 TypeMethodDescriptionint
int
int
int
int
int
long
int
int
void
setEsqlCount
(int p_esqlCount) void
setMkeyedCount
(int p_mkeyedCount) void
setSingleKeyedCount
(int p_singleKeyedCount) void
setStringCount
(int p_stringCount) void
setTextsearchCount
(int p_textsearchCount) void
setTotalFileCount
(int p_totalFileCount) void
setTotalSize
(long p_size) void
setVkeyedCount
(int p_vkeyedCount) void
setXkeyedCount
(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)
-