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