public class LocalizedMessage extends Object
| Constructor and Description | 
|---|
| LocalizedMessage(Class clazz,
                String textKey,
                String defaultMessage,
                Object[] args) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| Object[] | getArgs() | 
| Class | getClazz() | 
| String | getDefaultMessage() | 
| String | getTextKey() | 
| int | hashCode() | 
Copyright © 2000–2025 Apache Software Foundation. All rights reserved.