类 MatchAnalyseModel
- java.lang.Object
-
- net.risesoft.api.persistence.model.log.MatchAnalyseModel
-
- 所有已实现的接口:
Serializable
@Entity public class MatchAnalyseModel extends Object implements Serializable
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 MatchAnalyseModel()
-
-
-
方法详细资料
-
getId
public String getId()
-
setId
public void setId(String id)
-
getMatch
public String getMatch()
-
setMatch
public void setMatch(String match)
-
getSubMatch
public String getSubMatch()
-
setSubMatch
public void setSubMatch(String subMatch)
-
getSolution
public String getSolution()
-
setSolution
public void setSolution(String solution)
-
getType
public String getType()
-
setType
public void setType(String type)
-
-