Class Channel
java.lang.Object
com.liferay.analytics.settings.rest.dto.v1_0.Channel
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected Boolean
protected Date
protected DataSource[]
protected String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
@Valid DataSource[]
@Size(min=3) String
getName()
int
hashCode()
void
setChannelId
(com.liferay.petra.function.UnsafeSupplier<String, Exception> channelIdUnsafeSupplier) void
setChannelId
(String channelId) void
setCommerceSyncEnabled
(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> commerceSyncEnabledUnsafeSupplier) void
setCommerceSyncEnabled
(Boolean commerceSyncEnabled) void
setCreateDate
(com.liferay.petra.function.UnsafeSupplier<Date, Exception> createDateUnsafeSupplier) void
setCreateDate
(Date createDate) void
setDataSources
(DataSource[] dataSources) void
setDataSources
(com.liferay.petra.function.UnsafeSupplier<DataSource[], Exception> dataSourcesUnsafeSupplier) void
void
static Channel
toString()
static Channel
unsafeToDTO
(String json)
-
Field Details
-
channelId
-
commerceSyncEnabled
-
createDate
-
dataSources
-
name
-
xClassName
-
-
Constructor Details
-
Channel
public Channel()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getChannelId
-
setChannelId
-
setChannelId
-
getCommerceSyncEnabled
-
setCommerceSyncEnabled
-
setCommerceSyncEnabled
-
getCreateDate
-
setCreateDate
-
setCreateDate
-
getDataSources
-
setDataSources
-
setDataSources
public void setDataSources(com.liferay.petra.function.UnsafeSupplier<DataSource[], Exception> dataSourcesUnsafeSupplier) -
getName
-
setName
-
setName
-
equals
-
hashCode
public int hashCode() -
toString
-