public class LPPlayerViewUpdateModel extends LPDataModel
限定符和类型 | 类和说明 |
---|---|
static class |
LPPlayerViewUpdateModel.PlayerPosition |
限定符和类型 | 字段和说明 |
---|---|
LPConstants.LPPlayerAction |
action |
java.util.Set<LPPlayerViewUpdateModel.PlayerPosition> |
all |
java.lang.String |
from |
java.lang.String |
id |
java.lang.String |
mediaId |
构造器和说明 |
---|
LPPlayerViewUpdateModel() |
限定符和类型 | 方法和说明 |
---|---|
static LPPlayerViewUpdateModel |
copy(LPPlayerViewUpdateModel toCopyModel) |
@SerializedName(value="action") public LPConstants.LPPlayerAction action
public java.lang.String from
@SerializedName(value="id") public java.lang.String id
@SerializedName(value="mediaId") public java.lang.String mediaId
@SerializedName(value="all") public java.util.Set<LPPlayerViewUpdateModel.PlayerPosition> all
public static LPPlayerViewUpdateModel copy(LPPlayerViewUpdateModel toCopyModel)