public class DeepLinkResult
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DeepLinkResult.Error |
static class |
DeepLinkResult.Status |
| Constructor and Description |
|---|
DeepLinkResult(DeepLink deepLink,
DeepLinkResult.Error error) |
| Modifier and Type | Method and Description |
|---|---|
DeepLink |
getDeepLink() |
DeepLinkResult.Error |
getError() |
DeepLinkResult.Status |
getStatus() |
java.lang.String |
toString() |
public DeepLinkResult(DeepLink deepLink, DeepLinkResult.Error error)
public DeepLinkResult.Error getError()
public DeepLink getDeepLink()
public DeepLinkResult.Status getStatus()
public java.lang.String toString()
toString in class java.lang.Object