org.tinygroup.monitor.config
类 MonitorProcessors

java.lang.Object
  继承者 org.tinygroup.monitor.config.MonitorProcessors

public class MonitorProcessors
extends Object


构造方法摘要
MonitorProcessors()
           
 
方法摘要
 String getArtifactId()
           
 String getGroupId()
           
 List<MonitorProcessor> getMonitorProcessors()
           
 void setArtifactId(String artifactId)
           
 void setGroupId(String groupId)
           
 void setMonitorProcessors(List<MonitorProcessor> monitorProcessors)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

MonitorProcessors

public MonitorProcessors()
方法详细信息

getGroupId

public String getGroupId()

setGroupId

public void setGroupId(String groupId)

getArtifactId

public String getArtifactId()

setArtifactId

public void setArtifactId(String artifactId)

getMonitorProcessors

public List<MonitorProcessor> getMonitorProcessors()

setMonitorProcessors

public void setMonitorProcessors(List<MonitorProcessor> monitorProcessors)


Copyright © 2006–2016 TinyGroup. All rights reserved.