Class WebUrl
java.lang.Object
com.liferay.headless.admin.user.dto.v1_0.WebUrl
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
getUrl()
int
hashCode()
void
setExternalReferenceCode
(com.liferay.petra.function.UnsafeSupplier<String, Exception> externalReferenceCodeUnsafeSupplier) void
setExternalReferenceCode
(String externalReferenceCode) void
void
void
setPrimary
(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> primaryUnsafeSupplier) void
setPrimary
(Boolean primary) void
void
void
setUrlType
(com.liferay.petra.function.UnsafeSupplier<String, Exception> urlTypeUnsafeSupplier) void
setUrlType
(String urlType) static WebUrl
toString()
static WebUrl
unsafeToDTO
(String json)
-
Field Details
-
externalReferenceCode
-
id
-
-
url
-
urlType
-
xClassName
-
-
Constructor Details
-
WebUrl
public WebUrl()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getExternalReferenceCode
-
setExternalReferenceCode
-
setExternalReferenceCode
-
getId
-
setId
-
setId
-
getPrimary
-
setPrimary
-
setPrimary
-
getUrl
-
setUrl
-
setUrl
-
getUrlType
-
setUrlType
-
setUrlType
-
equals
-
hashCode
public int hashCode() -
toString
-