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

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

There is a newer version: 1.0.192
Show newest version

package com.volcengine.model.maas.api.v2;

import javax.annotation.Generated;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonPropertyOrder;


/**
 * MaasCertRequest
 * 

* * */ @JsonInclude(JsonInclude.Include.NON_NULL) @JsonPropertyOrder({ }) @Generated("jsonschema2pojo") public class CertReq { @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append(CertReq.class.getName()).append('@').append(Integer.toHexString(System.identityHashCode(this))).append('['); if (sb.charAt((sb.length()- 1)) == ',') { sb.setCharAt((sb.length()- 1), ']'); } else { sb.append(']'); } return sb.toString(); } @Override public int hashCode() { int result = 1; return result; } @Override public boolean equals(Object other) { if (other == this) { return true; } if ((other instanceof CertReq) == false) { return false; } CertReq rhs = ((CertReq) other); return true; } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy