org.apache.hadoop.yarn.server.timeline.webapp
Class TimelineWebServices.AboutInfo

java.lang.Object
  extended by org.apache.hadoop.yarn.server.timeline.webapp.TimelineWebServices.AboutInfo
Enclosing class:
TimelineWebServices

@InterfaceAudience.Public
@InterfaceStability.Unstable
public static class TimelineWebServices.AboutInfo
extends Object


Constructor Summary
TimelineWebServices.AboutInfo()
           
TimelineWebServices.AboutInfo(String about)
           
 
Method Summary
 String getAbout()
           
 void setAbout(String about)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimelineWebServices.AboutInfo

public TimelineWebServices.AboutInfo()

TimelineWebServices.AboutInfo

public TimelineWebServices.AboutInfo(String about)
Method Detail

getAbout

public String getAbout()

setAbout

public void setAbout(String about)


Copyright © 2014 Apache Software Foundation. All Rights Reserved.