-
public class Protocol_33_Bean
-
-
Constructor Summary
Constructors Constructor Description Protocol_33_Bean(String type, String gwId, String uuid, String errorCode, String data, boolean relyCloud)
-
Method Summary
Modifier and Type Method Description StringgetGwId()voidsetGwId(String gwId)StringgetType()voidsetType(String type)StringgetUuid()voidsetUuid(String uuid)StringgetErrorCode()voidsetErrorCode(String errorCode)StringgetData()booleanisRelyCloud()-
-
Method Detail
-
getGwId
String getGwId()
-
setGwId
void setGwId(String gwId)
-
getType
String getType()
-
setType
void setType(String type)
-
getUuid
String getUuid()
-
setUuid
void setUuid(String uuid)
-
getErrorCode
String getErrorCode()
-
setErrorCode
void setErrorCode(String errorCode)
-
getData
String getData()
-
isRelyCloud
boolean isRelyCloud()
-
-
-
-