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

com.microsoft.store.partnercenter.models.partners.MpnProfile Maven / Gradle / Ivy

// -----------------------------------------------------------------------
// 
//      Copyright (c) Microsoft Corporation.  All rights reserved.
// 
// -----------------------------------------------------------------------

package com.microsoft.store.partnercenter.models.partners;

import com.microsoft.store.partnercenter.models.ResourceBaseWithLinks;
import com.microsoft.store.partnercenter.models.StandardResourceLinks;

/**
 * Microsoft Partner Network profile of a partner
 */
public class MpnProfile
    extends ResourceBaseWithLinks
{
    /**
     * Gets or sets the organization name.
     */
    private String __PartnerName = new String();

    public String getPartnerName()
    {
        return __PartnerName;
    }

    public void setPartnerName( String value )
    {
        __PartnerName = value;
    }

    /**
     * Gets or sets the Microsoft Partner Network Id
     */
    private String __MpnId = new String();

    public String getMpnId()
    {
        return __MpnId;
    }

    public void setMpnId( String value )
    {
        __MpnId = value;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy