public class MqttConnectParam extends AbstractModel
header, skipSign
Constructor and Description |
---|
MqttConnectParam() |
MqttConnectParam(MqttConnectParam 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 |
---|---|
Boolean |
getIsUpdate()
Get 是否更新到关联的Dip任务
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getPassword()
Get MQTT连接源的密码
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRegion()
Get MQTT连接源的实例资源地域, 跨地域时必填
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getResource()
Get MQTT连接源的实例资源
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getSelfBuilt()
Get 是否为自建集群
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUniqVpcId()
Get MQTT Instance vpc-id
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUserName()
Get MQTT连接源的用户名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIsUpdate(Boolean IsUpdate)
Set 是否更新到关联的Dip任务
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPassword(String Password)
Set MQTT连接源的密码
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRegion(String Region)
Set MQTT连接源的实例资源地域, 跨地域时必填
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setResource(String Resource)
Set MQTT连接源的实例资源
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSelfBuilt(Boolean SelfBuilt)
Set 是否为自建集群
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUniqVpcId(String UniqVpcId)
Set MQTT Instance vpc-id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUserName(String UserName)
Set MQTT连接源的用户名
注意:此字段可能返回 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 MqttConnectParam()
public MqttConnectParam(MqttConnectParam source)
public String getUserName()
public void setUserName(String UserName)
UserName
- MQTT连接源的用户名
注意:此字段可能返回 null,表示取不到有效值。public String getPassword()
public void setPassword(String Password)
Password
- MQTT连接源的密码
注意:此字段可能返回 null,表示取不到有效值。public String getResource()
public void setResource(String Resource)
Resource
- MQTT连接源的实例资源
注意:此字段可能返回 null,表示取不到有效值。public String getUniqVpcId()
public void setUniqVpcId(String UniqVpcId)
UniqVpcId
- MQTT Instance vpc-id
注意:此字段可能返回 null,表示取不到有效值。public Boolean getSelfBuilt()
public void setSelfBuilt(Boolean SelfBuilt)
SelfBuilt
- 是否为自建集群
注意:此字段可能返回 null,表示取不到有效值。public Boolean getIsUpdate()
public void setIsUpdate(Boolean IsUpdate)
IsUpdate
- 是否更新到关联的Dip任务
注意:此字段可能返回 null,表示取不到有效值。public String getRegion()
public void setRegion(String Region)
Region
- MQTT连接源的实例资源地域, 跨地域时必填
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.