public class AppName extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
APP_SEPARATOR |
static String |
APP_SEPARATOR_SPLIT |
static String |
DEFAULT_SUBSCRIBE_GROUP |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
String |
getCode() |
String |
getFullName() |
String |
getSubscribeGroup() |
int |
hashCode() |
static AppName |
parse(String fullName) |
static AppName |
parse(String code,
String subscribeGroup) |
void |
setCode(String app) |
void |
setSubscribeGroup(String subscribeGroup) |
String |
toString() |
public AppName()
public AppName(String code)
Copyright © 2020 Joyqueue Community. All rights reserved.