public class AgentDetailModel extends Object implements Serializable
构造器和说明 |
---|
AgentDetailModel() |
限定符和类型 | 方法和说明 |
---|---|
Long |
getAgentId() |
Integer |
getApp() |
Long |
getEntityId() |
String |
getEntityName() |
Long |
getId() |
void |
setAgentId(Long agentId) |
void |
setApp(Integer app) |
void |
setEntityId(Long entityId) |
void |
setEntityName(String entityName) |
void |
setId(Long id) |
public Long getAgentId()
public void setAgentId(Long agentId)
public Integer getApp()
public void setApp(Integer app)
public Long getEntityId()
public void setEntityId(Long entityId)
public String getEntityName()
public void setEntityName(String entityName)
public Long getId()
public void setId(Long id)
Copyright © 2016–2017. All rights reserved.