@Public
@Unstable
public abstract class GetAllResourceProfilesResponse
extends java.lang.Object
| Constructor | Description |
|---|---|
GetAllResourceProfilesResponse() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object other) |
|
abstract java.util.Map<java.lang.String,Resource> |
getResourceProfiles() |
|
int |
hashCode() |
|
static GetAllResourceProfilesResponse |
newInstance() |
|
abstract void |
setResourceProfiles(java.util.Map<java.lang.String,Resource> profiles) |
public static GetAllResourceProfilesResponse newInstance()
public abstract void setResourceProfiles(java.util.Map<java.lang.String,Resource> profiles)
public abstract java.util.Map<java.lang.String,Resource> getResourceProfiles()
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.