public class BaseModel extends Object implements Serializable
protected Date
createdAt
protected String
id
updatedAt
protected Integer
version
BaseModel()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@SerializedName(value="_id") protected String id
protected Date createdAt
protected Date updatedAt
@SerializedName(value="__v") protected Integer version
public BaseModel()
Copyright © 2021. All rights reserved.