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 Stringprotected Booleanprotected Dateprotected DataSource[]protected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@Valid DataSource[]@Size(min=3) StringgetName()inthashCode()voidsetChannelId(com.liferay.petra.function.UnsafeSupplier<String, Exception> channelIdUnsafeSupplier) voidsetChannelId(String channelId) voidsetCommerceSyncEnabled(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> commerceSyncEnabledUnsafeSupplier) voidsetCommerceSyncEnabled(Boolean commerceSyncEnabled) voidsetCreateDate(com.liferay.petra.function.UnsafeSupplier<Date, Exception> createDateUnsafeSupplier) voidsetCreateDate(Date createDate) voidsetDataSources(DataSource[] dataSources) voidsetDataSources(com.liferay.petra.function.UnsafeSupplier<DataSource[], Exception> dataSourcesUnsafeSupplier) voidvoidstatic ChanneltoString()static ChannelunsafeToDTO(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
-