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

com.oef.services.model.GetDisPolicyResult Maven / Gradle / Ivy

Go to download

The HuaweiCloud OBS Bundle SDK for Java used for accessing Object Storage Service, this SDK bundle includes third-party libraries and relocated to different namespaces

There is a newer version: 3.24.12
Show newest version
package com.oef.services.model;

import com.obs.services.model.HeaderResponse;

public class GetDisPolicyResult extends HeaderResponse {
    private DisPolicy policy;

    public GetDisPolicyResult() {

    }

    public GetDisPolicyResult(DisPolicy policy) {
        this.policy = policy;
    }

    public DisPolicy getPolicy() {
        return policy;
    }

    public void setPolicy(DisPolicy policy) {
        this.policy = policy;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy