| | |
| | | private String oid; |
| | | private String spk; |
| | | private String online; |
| | | private String identifier; |
| | | private LinkCreateSceneImageBean sceneImage; |
| | | private LinkCreateSceneFunctionControlAttrsBean controlAttrs; |
| | | private List<LinkCreateSceneFunctionattributesBean> attributes = new ArrayList<>(); |
| | | |
| | | public String getIdentifier() { |
| | | return identifier == null ? "" : identifier; |
| | | } |
| | | |
| | | public void setIdentifier(@NonNull String identifier) { |
| | | this.identifier = identifier; |
| | | } |
| | | |
| | | public String getStatusDesc() { |
| | | return statusDesc == null ? "" : statusDesc; |
| | | } |