public abstract static class ALfnTileStore.Result
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ALfnTileStore.Result.Code
An enumeration of result codes, similar to HTTP response codes.
|
Modifier and Type | Method and Description |
---|---|
ALfnTileStore.Result.Code |
getCode()
This result's code.
|
java.lang.String |
toString()
Returns a string representation of this result's code.
|
public ALfnTileStore.Result.Code getCode()
public java.lang.String toString()
toString
in class java.lang.Object