Package org.openremote.model.asset.impl
Class GatewayAsset
- All Implemented Interfaces:
AssetInfo
,IdentifiableEntity<GatewayAsset>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.openremote.model.asset.Asset
Asset.AssetDeserializer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AttributeDescriptor
<String> static final AttributeDescriptor
<String> static final AssetDescriptor
<GatewayAsset> static final AttributeDescriptor
<Boolean> static final AttributeDescriptor
<ConnectionStatus> static final AttributeDescriptor
<Boolean> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetClientId
(String clientId) setClientSecret
(String clientSecret) setDisabled
(Boolean disabled) setGatewayStatus
(ConnectionStatus connectionStatus) setTunnelingSupported
(Boolean supported) Methods inherited from class org.openremote.model.asset.Asset
addAttributes, addOrReplaceAttributes, equals, getAssetClass, getAssetName, getAssetType, getAttribute, getAttribute, getAttributeNames, getAttributes, getAttributesString, getCreatedOn, getEmail, getId, getLocation, getManufacturer, getMetaString, getModel, getName, getNotes, getParentId, getPath, getRealm, getTags, getType, getVersion, hasAttribute, hasAttribute, hashCode, isAccessPublicRead, pathContains, postLoadCallback, setAccessPublicRead, setAttributes, setAttributes, setAttributes, setCreatedOn, setEmail, setId, setLocation, setManufacturer, setModel, setName, setNotes, setParent, setParentId, setRealm, setTags, setVersion, toString, toStringAll
-
Field Details
-
CLIENT_ID
-
CLIENT_SECRET
-
STATUS
-
DISABLED
-
TUNNELING_SUPPORTED
-
DESCRIPTOR
-
-
Constructor Details
-
GatewayAsset
protected GatewayAsset()For use by hydrators (i.e. JPA/Jackson) -
GatewayAsset
-
-
Method Details
-
getClientId
-
setClientId
-
getClientSecret
-
setClientSecret
-
getGatewayStatus
-
setGatewayStatus
-
getDisabled
-
setDisabled
-
getTunnelingSupported
-
setTunnelingSupported
-