Class Status
java.lang.Object
com.liferay.change.tracking.rest.client.dto.v1_0.Status
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getCode()
getLabel()
int
hashCode()
void
setCode
(UnsafeSupplier<Integer, Exception> codeUnsafeSupplier) void
void
setLabel
(UnsafeSupplier<String, Exception> labelUnsafeSupplier) void
void
setLabel_i18n
(UnsafeSupplier<String, Exception> label_i18nUnsafeSupplier) void
setLabel_i18n
(String label_i18n) static Status
toString()
-
Field Details
-
code
-
label
-
label_i18n
-
-
Constructor Details
-
Status
public Status()
-
-
Method Details
-
toDTO
-
getCode
-
setCode
-
setCode
-
getLabel
-
setLabel
-
setLabel
-
getLabel_i18n
-
setLabel_i18n
-
setLabel_i18n
-
clone
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-
equals
-
hashCode
public int hashCode() -
toString
-