| Package | Description |
|---|---|
| icu.easyj.middleware.dwz.server.core.domain.entity | |
| icu.easyj.middleware.dwz.server.core.domain.enums |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DwzLogEntity.isNotStatus(DwzLogStatus statusEnum) |
boolean |
DwzLogEntity.isStatus(DwzLogStatus statusEnum) |
void |
DwzLogEntity.setStatus(DwzLogStatus statusEnum) |
| Constructor and Description |
|---|
DwzLogEntity(Long id,
String shortUrlCode,
String longUrl,
Date termOfValidity,
DwzLogStatus statusEnum,
Date createTime,
Date updateTime,
Integer version) |
| Modifier and Type | Method and Description |
|---|---|
static DwzLogStatus |
DwzLogStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DwzLogStatus[] |
DwzLogStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021–2022 EasyJ????. All rights reserved.