com.antgroup.antchain.openapi.ato.models.PromiseInfo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openapi-ato Show documentation
Show all versions of openapi-ato Show documentation
Ant Chain ATO SDK for Java
// This file is auto-generated, don't edit it. Thanks.
package com.antgroup.antchain.openapi.ato.models;
import com.aliyun.tea.*;
public class PromiseInfo extends TeaModel {
public static PromiseInfo build(java.util.Map map) throws Exception {
PromiseInfo self = new PromiseInfo();
return TeaModel.build(map, self);
}
}