public final class WebServerNamespace
extends java.lang.Object
| 限定符和类型 | 字段和说明 |
|---|---|
static WebServerNamespace |
MANAGEMENT
WebServerNamespace that represents the management server. |
static WebServerNamespace |
SERVER
WebServerNamespace that represents the main server. |
public static final WebServerNamespace SERVER
WebServerNamespace that represents the main server.public static final WebServerNamespace MANAGEMENT
WebServerNamespace that represents the management server.public java.lang.String getValue()
public static WebServerNamespace from(java.lang.String value)
public boolean equals(java.lang.Object obj)
equals 在类中 java.lang.Objectpublic int hashCode()
hashCode 在类中 java.lang.Object