-
- All Implemented Interfaces:
-
java.io.Serializable
public class ConnectDeviceBuilder implements SerializableCreated by huguang on 04-03-2023
-
-
Field Summary
Fields Modifier and Type Field Description private SetupPayloadsetupPayloadprivate longtimeoutprivate longspaceIdprivate StringgwIdprivate MatterDiscoveryCallbackcallbackprivate IThingMatterSupportIntentmatterSupportIntent
-
Method Summary
Modifier and Type Method Description SetupPayloadgetSetupPayload()ConnectDeviceBuildersetSetupPayload(SetupPayload setupPayload)longgetTimeout()ConnectDeviceBuildersetTimeout(long discoveredTimeout)longgetSpaceId()ConnectDeviceBuildersetSpaceId(long spaceId)StringgetGwId()ConnectDeviceBuildersetGwId(String gwId)MatterDiscoveryCallbackgetCallback()voidsetCallback(MatterDiscoveryCallback callback)IThingMatterSupportIntentgetMatterSupportIntent()ConnectDeviceBuildersetMatterSupportIntent(IThingMatterSupportIntent intent)IThingConnectDeviceCallbackgetConnectCallback()ConnectDeviceBuildersetConnectCallback(IThingConnectDeviceCallback callback)StringtoString()-
-
Method Detail
-
getSetupPayload
SetupPayload getSetupPayload()
-
setSetupPayload
ConnectDeviceBuilder setSetupPayload(SetupPayload setupPayload)
-
getTimeout
long getTimeout()
-
setTimeout
ConnectDeviceBuilder setTimeout(long discoveredTimeout)
-
getSpaceId
long getSpaceId()
-
setSpaceId
ConnectDeviceBuilder setSpaceId(long spaceId)
-
getGwId
String getGwId()
-
setGwId
ConnectDeviceBuilder setGwId(String gwId)
-
getCallback
MatterDiscoveryCallback getCallback()
-
setCallback
void setCallback(MatterDiscoveryCallback callback)
-
getMatterSupportIntent
IThingMatterSupportIntent getMatterSupportIntent()
-
setMatterSupportIntent
ConnectDeviceBuilder setMatterSupportIntent(IThingMatterSupportIntent intent)
-
getConnectCallback
IThingConnectDeviceCallback getConnectCallback()
-
setConnectCallback
ConnectDeviceBuilder setConnectCallback(IThingConnectDeviceCallback callback)
-
toString
String toString()
-
-
-
-