Package org.bedework.synch.shared
Class BaseSubscriptionInfo.CrudCts
java.lang.Object
org.bedework.synch.shared.BaseSubscriptionInfo.CrudCts
- Enclosing class:
- BaseSubscriptionInfo
maintain some counts
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BaseSubscriptionInfo.CrudCtsfromString(String val) DeserializetoString()
-
Field Details
-
created
public long createdThe counts -
updated
public long updatedThe counts -
deleted
public long deletedThe counts
-
-
Constructor Details
-
CrudCts
public CrudCts()
-
-
Method Details