Class ReceiptRuleSetMetadata

    • Constructor Detail

      • ReceiptRuleSetMetadata

        public ReceiptRuleSetMetadata()
    • Method Detail

      • setName

        public void setName​(String name)

        The name of the receipt rule set. The name must:

        • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
        • Start and end with a letter or number.
        • Contain less than 64 characters.
        Parameters:
        name - The name of the receipt rule set. The name must:

        • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
        • Start and end with a letter or number.
        • Contain less than 64 characters.
      • getName

        public String getName()

        The name of the receipt rule set. The name must:

        • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
        • Start and end with a letter or number.
        • Contain less than 64 characters.
        Returns:
        The name of the receipt rule set. The name must:

        • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
        • Start and end with a letter or number.
        • Contain less than 64 characters.
      • withName

        public ReceiptRuleSetMetadata withName​(String name)

        The name of the receipt rule set. The name must:

        • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
        • Start and end with a letter or number.
        • Contain less than 64 characters.
        Parameters:
        name - The name of the receipt rule set. The name must:

        • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
        • Start and end with a letter or number.
        • Contain less than 64 characters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreatedTimestamp

        public void setCreatedTimestamp​(Date createdTimestamp)

        The date and time the receipt rule set was created.

        Parameters:
        createdTimestamp - The date and time the receipt rule set was created.
      • getCreatedTimestamp

        public Date getCreatedTimestamp()

        The date and time the receipt rule set was created.

        Returns:
        The date and time the receipt rule set was created.
      • withCreatedTimestamp

        public ReceiptRuleSetMetadata withCreatedTimestamp​(Date createdTimestamp)

        The date and time the receipt rule set was created.

        Parameters:
        createdTimestamp - The date and time the receipt rule set was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object