Class SecretLockNetworkPropertiesDTO


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2020-05-15T14:38:14.328808-03:00[America/Argentina/Buenos_Aires]")
    public class SecretLockNetworkPropertiesDTO
    extends java.lang.Object
    SecretLockNetworkPropertiesDTO
    • Field Detail

      • JSON_PROPERTY_MAX_SECRET_LOCK_DURATION

        public static final java.lang.String JSON_PROPERTY_MAX_SECRET_LOCK_DURATION
        See Also:
        Constant Field Values
      • JSON_PROPERTY_MIN_PROOF_SIZE

        public static final java.lang.String JSON_PROPERTY_MIN_PROOF_SIZE
        See Also:
        Constant Field Values
      • JSON_PROPERTY_MAX_PROOF_SIZE

        public static final java.lang.String JSON_PROPERTY_MAX_PROOF_SIZE
        See Also:
        Constant Field Values
    • Constructor Detail

      • SecretLockNetworkPropertiesDTO

        public SecretLockNetworkPropertiesDTO()
    • Method Detail

      • getMaxSecretLockDuration

        @Nullable
        public java.lang.String getMaxSecretLockDuration()
        Maximum number of blocks for which a secret lock can exist.
        Returns:
        maxSecretLockDuration
      • setMaxSecretLockDuration

        public void setMaxSecretLockDuration​(java.lang.String maxSecretLockDuration)
      • getMinProofSize

        @Nullable
        public java.lang.String getMinProofSize()
        Minimum size of a proof in bytes.
        Returns:
        minProofSize
      • setMinProofSize

        public void setMinProofSize​(java.lang.String minProofSize)
      • getMaxProofSize

        @Nullable
        public java.lang.String getMaxProofSize()
        Maximum size of a proof in bytes.
        Returns:
        maxProofSize
      • setMaxProofSize

        public void setMaxProofSize​(java.lang.String maxProofSize)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object