Class Message
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.global_catalog.v1.model.Message
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Message extends com.ibm.cloud.sdk.core.service.model.GenericModellog object describing who did what.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>getData()Gets the data.VisibilitygetEffective()Gets the effective.java.lang.StringgetGid()Gets the gid.java.lang.StringgetId()Gets the id.java.lang.StringgetInstance()Gets the instance.java.lang.StringgetMessage()Gets the message.java.util.DategetTime()Gets the time.java.lang.StringgetType()Gets the type.java.lang.StringgetWhoEmail()Gets the whoEmail.java.lang.StringgetWhoId()Gets the whoId.java.lang.StringgetWhoName()Gets the whoName.
-
-
-
Method Detail
-
getId
public java.lang.String getId()
Gets the id. id of catalog entry.- Returns:
- the id
-
getEffective
public Visibility getEffective()
Gets the effective. Information related to the visibility of a catalog entry.- Returns:
- the effective
-
getTime
public java.util.Date getTime()
Gets the time. time of action.- Returns:
- the time
-
getWhoId
public java.lang.String getWhoId()
Gets the whoId. user ID of person who did action.- Returns:
- the whoId
-
getWhoName
public java.lang.String getWhoName()
Gets the whoName. name of person who did action.- Returns:
- the whoName
-
getWhoEmail
public java.lang.String getWhoEmail()
Gets the whoEmail. user email of person who did action.- Returns:
- the whoEmail
-
getInstance
public java.lang.String getInstance()
Gets the instance. Global catalog instance where this occured.- Returns:
- the instance
-
getGid
public java.lang.String getGid()
Gets the gid. transaction id associatd with action.- Returns:
- the gid
-
getType
public java.lang.String getType()
Gets the type. type of action taken.- Returns:
- the type
-
getMessage
public java.lang.String getMessage()
Gets the message. message describing action.- Returns:
- the message
-
getData
public java.util.Map<java.lang.String,java.lang.Object> getData()
Gets the data. An object containing details on changes made to object data.- Returns:
- the data
-
-