-
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 String
getGwId()
void
setGwId(String gwId)
String
getType()
void
setType(String type)
String
getUuid()
void
setUuid(String uuid)
String
getErrorCode()
void
setErrorCode(String errorCode)
String
getData()
boolean
isRelyCloud()
-
-
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()
-
-
-
-