public class RnaWarmed extends Object
| Modifier and Type | Field and Description |
|---|---|
static RnaWarmed |
EMPTY |
@NotNull String |
expr |
String |
info
warm后的信息
|
int |
kind
warm的预热类型
|
@NotNull String |
type |
| Constructor and Description |
|---|
RnaWarmed(@NotNull String type,
@NotNull String expr) |
RnaWarmed(@NotNull String type,
@NotNull String expr,
Object work) |
RnaWarmed(@NotNull String type,
@NotNull String expr,
Object work,
int kind) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
<T> T |
getTypedWork() |
int |
hashCode() |
boolean |
hasInfo() |
String |
toString() |
public static final RnaWarmed EMPTY
@NotNull public final @NotNull String type
@NotNull public final @NotNull String expr
public final int kind
public String info
Copyright © 2020. All rights reserved.