@InterfaceAudience.Public @InterfaceStability.Unstable public abstract class GetResourceProfileResponse extends Object
Constructor and Description |
---|
GetResourceProfileResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
abstract Resource |
getResource()
Get the resources that will be allocated if the profile was used.
|
int |
hashCode() |
static GetResourceProfileResponse |
newInstance() |
abstract void |
setResource(Resource r)
Set the resources that will be allocated if the profile is used.
|
public static GetResourceProfileResponse newInstance()
public abstract Resource getResource()
public abstract void setResource(Resource r)
r
- Set the resources that will be allocated if the profile is used.Copyright © 2021 Apache Software Foundation. All rights reserved.