Class SlardarDingNoticeProp
-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Cloneable,java.util.Map,java.util.SequencedMap,org.springframework.beans.factory.InitializingBean
@ConfigurationProperties(value = SlardarDingNoticeProp.Key) public class SlardarDingNoticeProp extends LinkedHashMap<K, V> implements InitializingBean
- Since:
2022-12-29
trydofor
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringKeypublic final static StringKeyDefaultpublic final static StringKey$default
-
Constructor Summary
Constructors Constructor Description SlardarDingNoticeProp()
-
Method Summary
Modifier and Type Method Description voidafterPropertiesSet()booleanequals(@Nullable() Object o)inthashCode()voidsetDefault(DingTalkConf Default)default config for ding talk StringtoString()DingTalkConfgetDefault()default config for ding talk -
Methods inherited from class java.util.LinkedHashMap
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, newLinkedHashMap, putFirst, putLast, replaceAll, reversed, sequencedEntrySet, sequencedKeySet, sequencedValues, values -
Methods inherited from class java.util.HashMap
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, size -
Methods inherited from class java.util.SequencedMap
firstEntry, lastEntry, pollFirstEntry, pollLastEntry -
Methods inherited from class java.util.Map
copyOf, entry, of, ofEntries -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
afterPropertiesSet
void afterPropertiesSet()
-
hashCode
int hashCode()
-
setDefault
void setDefault(DingTalkConf Default)
default config for ding talk
-
getDefault
DingTalkConf getDefault()
default config for ding talk
-
-
-
-