com.baidubce.services.bacnet.model
Class ListObjectPresentValueResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.services.bacnet.model.ListObjectPresentValueResponse
All Implemented Interfaces:
Serializable

public class ListObjectPresentValueResponse
extends AbstractBceResponse

Created by yuanyoujun on 2017/10/19.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
ListObjectPresentValueResponse()
           
 
Method Summary
 List<BacnetObject> getPoints()
           
 void setPoints(List<BacnetObject> points)
           
 
Methods inherited from class com.baidubce.model.AbstractBceResponse
getMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListObjectPresentValueResponse

public ListObjectPresentValueResponse()
Method Detail

getPoints

public List<BacnetObject> getPoints()

setPoints

public void setPoints(List<BacnetObject> points)


Copyright © 2018. All rights reserved.