ExportImportDeviceParser 类
定义
public class ExportImportDeviceParser
- 继承
-
java.lang.ObjectExportImportDeviceParser
构造函数
ExportImportDeviceParser() |
Empty constructor: Used only to keep GSON happy. |
ExportImportDeviceParser(String json) |
Constructor for an ExportImportDeviceParser that is built using the provided json |
方法
getAuthentication() |
Getter for authentication
|
getAuthenticationFinal() |
Getter for authentication
|
getETag() |
Getter for eTag
|
getId() |
Getter for id
|
getIdFinal() |
Getter for id
|
getImportMode() |
Getter for importMode
|
getModuleId() |
Gets the moduleId for this parser. |
getStatus() |
Getter for status
|
getStatusReason() |
Getter for statusReason
|
getTags() | |
setAuthentication(AuthenticationParser authentication) |
Setter for authentication |
setETag(String eTag) |
Setter for eTag
|
setId(String id) |
Setter for id |
setImportMode(String importMode) |
Setter for ImportMode
|
setModuleId(String moduleId) |
Sets the module Id for this parser. |
setStatus(String status) |
Setter for Status
|
setStatusReason(String statusReason) |
Setter for StatusReason
|
setTags(TwinCollection tags) | |
toJson() |
Converts this into json and returns it |