public class RuntimeLog extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
RuntimeLog.Builder |
| 构造器和说明 |
|---|
RuntimeLog() |
RuntimeLog(RuntimeLog.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBasicLog() |
String |
getBasicLogToShow() |
String |
getJsonLog() |
String |
getJsonLogToShow() |
String |
getLevel() |
String |
getNodeApiName() |
RuntimeLogTag[] |
getTags() |
String |
getTimestamp() |
String |
getTitle() |
String |
getUri() |
I18n[] |
getUriLabels() |
static RuntimeLog.Builder |
newBuilder() |
void |
setBasicLog(String basicLog) |
void |
setBasicLogToShow(String basicLogToShow) |
void |
setJsonLog(String jsonLog) |
void |
setJsonLogToShow(String jsonLogToShow) |
void |
setLevel(String level) |
void |
setNodeApiName(String nodeApiName) |
void |
setTags(RuntimeLogTag[] tags) |
void |
setTimestamp(String timestamp) |
void |
setTitle(String title) |
void |
setUri(String uri) |
void |
setUriLabels(I18n[] uriLabels) |
public RuntimeLog()
public RuntimeLog(RuntimeLog.Builder builder)
public String getTitle()
public void setTitle(String title)
public String getLevel()
public void setLevel(String level)
public RuntimeLogTag[] getTags()
public void setTags(RuntimeLogTag[] tags)
public String getTimestamp()
public void setTimestamp(String timestamp)
public String getNodeApiName()
public void setNodeApiName(String nodeApiName)
public String getBasicLog()
public void setBasicLog(String basicLog)
public String getBasicLogToShow()
public void setBasicLogToShow(String basicLogToShow)
public String getJsonLog()
public void setJsonLog(String jsonLog)
public String getJsonLogToShow()
public void setJsonLogToShow(String jsonLogToShow)
public String getUri()
public void setUri(String uri)
public I18n[] getUriLabels()
public void setUriLabels(I18n[] uriLabels)
public static RuntimeLog.Builder newBuilder()
Copyright © 2025. All rights reserved.