类 GetItemResponse

    • 构造器详细资料

      • GetItemResponse

        public GetItemResponse()
        Constructs a new GetItemResponse object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.
    • 方法详细资料

      • getItem

        public Map<String,​AttributeValue> getItem()
        The method return the Item that got from table in Moladb.
        返回:
        The Item got from the table in Moladb.
      • toString

        public String toString()
        Return a string representation of the object.
        覆盖:
        toString 在类中 Object
        返回:
        A string representation of the object.
      • setItem

        public void setItem​(Map<String,​AttributeValue> other)
        The method set the Item that in GetItemResponse.
        参数:
        other - The Items got from the table in MolaDB.