Package org.sunbird.telemetry.dto
Class Context
- java.lang.Object
-
- org.sunbird.telemetry.dto.Context
-
public class Context extends Object
- Author:
- mahesh
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChannel()StringgetDid()StringgetEnv()ProducergetPdata()StringgetSid()voidsetChannel(String channel)voidsetDid(String did)voidsetEnv(String env)voidsetPdata(Producer pdata)voidsetSid(String sid)
-
-
-
Method Detail
-
getChannel
public String getChannel()
- Returns:
- the channel
-
setChannel
public void setChannel(String channel)
- Parameters:
channel- the channel to set
-
getPdata
public Producer getPdata()
- Returns:
- the pdata
-
setPdata
public void setPdata(Producer pdata)
- Parameters:
pdata- the pdata to set
-
getEnv
public String getEnv()
- Returns:
- the env
-
setEnv
public void setEnv(String env)
- Parameters:
env- the env to set
-
getSid
public String getSid()
- Returns:
- the sid
-
setSid
public void setSid(String sid)
- Parameters:
sid- the sid to set
-
getDid
public String getDid()
- Returns:
- the did
-
setDid
public void setDid(String did)
- Parameters:
did- the did to set
-
-