All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.volcengine.model.maas.api.v2.BaseResponse Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
package com.volcengine.model.maas.api.v2;

import com.fasterxml.jackson.annotation.JsonProperty;

import java.util.List;

public class BaseResponse {
    /**
     * requestId
     * 

* * */ @JsonProperty("requestId") private String requestId; public void setRequestId(String requestId) { this.requestId = requestId; } public String getRequestId() { return this.requestId; } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy