public class SettingResponse extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
SettingResponse.SettingResponseWrapper |
Constructor and Description |
---|
SettingResponse(String name,
String settingType,
String content,
String updatedBy,
long updateTimestamp) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getContent() |
String |
getName() |
String |
getSettingType() |
String |
getUpdatedBy() |
long |
getUpdateTimestamp() |
int |
hashCode() |
Copyright © 2022 Apache Software Foundation. All rights reserved.