com.dell.isg.smi.commons.elm.model.CreatedResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons-elm Show documentation
Show all versions of commons-elm Show documentation
Commons Exception and Localized Messaging (ELM) jar library for the System Management Integration (SMI) projects.
/**
* Copyright ? 2017 DELL Inc. or its subsidiaries. All Rights Reserved.
*/
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2016.03.04 at 01:19:11 PM CST
//
package com.dell.isg.smi.commons.elm.model;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* The Class CreatedResponse.
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "CreatedResponse", propOrder = { "id" })
public class CreatedResponse {
protected long id;
/**
* Gets the value of the id property.
*
* @return the id
*/
public long getId() {
return id;
}
/**
* Sets the value of the id property.
*
* @param value the new id
*/
public void setId(long value) {
this.id = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy