- java.lang.Object
-
- org.apache.flink.statefun.sdk.java.message.MessageWrapper
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
Method Detail
-
isLong
public boolean isLong()
- Specified by:
isLong
in interface Message
-
asLong
public long asLong()
- Specified by:
asLong
in interface Message
-
isInt
public boolean isInt()
- Specified by:
isInt
in interface Message
-
asInt
public int asInt()
- Specified by:
asInt
in interface Message
-
isFloat
public boolean isFloat()
- Specified by:
isFloat
in interface Message
-
asFloat
public float asFloat()
- Specified by:
asFloat
in interface Message
-
asDouble
public double asDouble()
- Specified by:
asDouble
in interface Message
-
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.