public class RequestMeta extends Object
| 构造器和说明 |
|---|
RequestMeta() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getClientIp()
Getter method for property clientIp.
|
String |
getClientVersion()
Getter method for property clientVersion.
|
AbilityStatus |
getConnectionAbility(AbilityKey abilityKey) |
String |
getConnectionId()
Getter method for property connectionId.
|
Map<String,String> |
getLabels()
Getter method for property labels.
|
void |
setAbilityTable(Map<String,Boolean> abilityTable)
Setter method for property abilityTable.
|
void |
setClientIp(String clientIp)
Setter method for property clientIp.
|
void |
setClientVersion(String clientVersion)
Setter method for property clientVersion.
|
void |
setConnectionId(String connectionId)
Setter method for property connectionId.
|
void |
setLabels(Map<String,String> labels)
Setter method for property labels.
|
String |
toString() |
public AbilityStatus getConnectionAbility(AbilityKey abilityKey)
public void setAbilityTable(Map<String,Boolean> abilityTable)
abilityTable - property value of clientVersionpublic String getClientVersion()
public void setClientVersion(String clientVersion)
clientVersion - value to be assigned to property clientVersionpublic Map<String,String> getLabels()
public void setLabels(Map<String,String> labels)
labels - value to be assigned to property labelspublic String getConnectionId()
public void setConnectionId(String connectionId)
connectionId - value to be assigned to property connectionIdpublic String getClientIp()
public void setClientIp(String clientIp)
clientIp - value to be assigned to property clientIpCopyright © 2018–2024 Alibaba Group. All rights reserved.