public class AuthInfo extends Object
| Constructor and Description |
|---|
AuthInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
Boolean |
getPlay() |
Boolean |
getPush() |
void |
setKey(String key) |
void |
setPlay(Boolean play) |
void |
setPush(Boolean push) |
String |
toString() |
AuthInfo |
withKey(String key) |
AuthInfo |
withPlay(Boolean play) |
AuthInfo |
withPush(Boolean push) |
Copyright © 2016. All rights reserved.