Class ToolSummary
java.lang.Object
com.liferay.mcp.server.rest.client.dto.v1_0.ToolSummary
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetName()inthashCode()voidsetDescription(UnsafeSupplier<String, Exception> descriptionUnsafeSupplier) voidsetDescription(String description) voidsetName(UnsafeSupplier<String, Exception> nameUnsafeSupplier) voidstatic ToolSummarytoString()
-
Field Details
-
description
-
name
-
-
Constructor Details
-
ToolSummary
public ToolSummary()
-
-
Method Details
-
toDTO
-
getDescription
-
setDescription
-
setDescription
-
getName
-
setName
-
setName
-
clone
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
equals
-
hashCode
public int hashCode() -
toString
-