Class IntValue

java.lang.Object
com.iohao.net.framework.protocol.wrapper.IntValue

@ProtobufClass public final class IntValue extends Object
int value
Author:
渔民小镇
date:
2023-02-10
  • Field Details

    • value

      @Protobuf(fieldType=SINT32, order=1) public int value
      int 值
  • Constructor Details

    • IntValue

      public IntValue()
  • Method Details

    • of

      public static IntValue of(int value)