Package org.apache.ambari.server.controller

Examples of org.apache.ambari.server.controller.OperatingSystemResponse


    this.osType = osType;
  }
 
  public OperatingSystemResponse convertToResponse()
  {
    return new OperatingSystemResponse(getOsType());
  }
View Full Code Here

TOP

Related Classes of org.apache.ambari.server.controller.OperatingSystemResponse

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.