public class UserPlayCounts extends Object implements Serializable
构造器和说明 |
---|
UserPlayCounts() |
限定符和类型 | 方法和说明 |
---|---|
boolean |
equals(Object o) |
String |
getMachineType()
设备型号
|
Integer |
getPlaycounts()
播放次数
|
int |
hashCode() |
UserPlayCounts |
machineType(String machineType) |
UserPlayCounts |
playcounts(Integer playcounts) |
void |
setMachineType(String machineType) |
void |
setPlaycounts(Integer playcounts) |
String |
toString() |
public UserPlayCounts machineType(String machineType)
public String getMachineType()
public void setMachineType(String machineType)
public UserPlayCounts playcounts(Integer playcounts)
public Integer getPlaycounts()
public void setPlaycounts(Integer playcounts)
Copyright © 2017. All rights reserved.