com.afkl.generic.mashery.model.MasherySecurityProfile Maven / Gradle / Ivy
package com.afkl.generic.mashery.model;
public class MasherySecurityProfile {
private MasheryOAuth oauth;
public MasheryOAuth getOauth() {
return oauth;
}
public void setOauth(MasheryOAuth oauth) {
this.oauth = oauth;
}
}