public class MQTTAuthenticatorItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
MQTTAuthenticatorItem() |
MQTTAuthenticatorItem(MQTTAuthenticatorItem source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getConfig()
Get 认证器配置
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getCreateTime()
Get 创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRemark()
Get 说明
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getStatus()
Get 认证器状态
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getType()
Get 认证器类型: JWT:JWT认证器 JWKS:JWKS认证器 BYOC:一端一证认证器
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setConfig(String Config)
Set 认证器配置
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCreateTime(Long CreateTime)
Set 创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRemark(String Remark)
Set 说明
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatus(String Status)
Set 认证器状态
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setType(String Type)
Set 认证器类型: JWT:JWT认证器 JWKS:JWKS认证器 BYOC:一端一证认证器
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public MQTTAuthenticatorItem()
public MQTTAuthenticatorItem(MQTTAuthenticatorItem source)
public String getType()
public void setType(String Type)
Type
- 认证器类型: JWT:JWT认证器 JWKS:JWKS认证器 BYOC:一端一证认证器
注意:此字段可能返回 null,表示取不到有效值。public String getConfig()
public void setConfig(String Config)
Config
- 认证器配置
注意:此字段可能返回 null,表示取不到有效值。public String getStatus()
public void setStatus(String Status)
Status
- 认证器状态
注意:此字段可能返回 null,表示取不到有效值。public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime
- 创建时间
注意:此字段可能返回 null,表示取不到有效值。public String getRemark()
public void setRemark(String Remark)
Remark
- 说明
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.