com.oef.services.model.GetDisPolicyResult Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of esdk-obs-java-bundle Show documentation
Show all versions of esdk-obs-java-bundle Show documentation
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
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