@InterfaceAudience.Public @InterfaceStability.Unstable public abstract class UpdateApplicationPriorityResponse extends Object
 The response sent by the ResourceManager to the client on update
 the application priority.
 
A response without exception means that the move has completed successfully.
| Constructor and Description | 
|---|
| UpdateApplicationPriorityResponse() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract Priority | getApplicationPriority()Get the  Priorityof the application to be set. | 
| static UpdateApplicationPriorityResponse | newInstance(Priority priority) | 
| abstract void | setApplicationPriority(Priority priority)Set the  Priorityof the application. | 
public static UpdateApplicationPriorityResponse newInstance(Priority priority)
public abstract Priority getApplicationPriority()
Priority of the application to be set.Priority of the application.public abstract void setApplicationPriority(Priority priority)
Priority of the application.priority - Priority of the applicationCopyright © 2023 Apache Software Foundation. All rights reserved.