Class ProtobufAny

java.lang.Object
net.osslabz.lnd.dto.ProtobufAny

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-07T12:03:38.664532692Z[Etc/UTC]") public class ProtobufAny extends Object
ProtobufAny
  • Field Details

  • Constructor Details

    • ProtobufAny

      public ProtobufAny()
  • Method Details

    • typeUrl

      public ProtobufAny typeUrl(String typeUrl)
    • getTypeUrl

      @Nullable public String getTypeUrl()
      Get typeUrl
      Returns:
      typeUrl
    • setTypeUrl

      public void setTypeUrl(String typeUrl)
    • value

      public ProtobufAny value(byte[] value)
    • getValue

      @Nullable public byte[] getValue()
      Get value
      Returns:
      value
    • setValue

      public void setValue(byte[] value)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object