@Public
@Unstable
public abstract class GetResourceProfileResponse
extends java.lang.Object
| Constructor | Description |
|---|---|
GetResourceProfileResponse() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.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.public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2008–2025 Apache Software Foundation. All rights reserved.