public abstract class ResourceHint
extends java.lang.Object
| Constructor and Description | 
|---|
| ResourceHint() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract boolean | equals(@Nullable java.lang.Object other) | 
| abstract int | hashCode() | 
| ResourceHint | mergeWithOuter(ResourceHint outer)Reconciles values of a hint when the hint specified on a transform is also defined in an outer
 context, for example on a composite transform, or specified in the transform's execution
 environment. | 
| abstract byte[] | toBytes()Defines how to represent the as bytestring. | 
public ResourceHint mergeWithOuter(ResourceHint outer)
public abstract byte[] toBytes()
public abstract boolean equals(@Nullable java.lang.Object other)
equals in class java.lang.Objectpublic abstract int hashCode()
hashCode in class java.lang.Object