
com.ksc.kls.model.ListStreamDurationsResult Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ksc-sdk-java-kls Show documentation
Show all versions of ksc-sdk-java-kls Show documentation
The KSC SDK for Java - kls module holds the classes that is used
by the individual service clients to interact with KSC Web Services.
Users need to depend on live-java-sdk artifact for accessing individual client classes.
The newest version!
package com.ksc.kls.model;
/**
* Created by yangfan on 2017/5/4.
*/
public class ListStreamDurationsResult {
private ListStreamDurations Data;
private String RequestId;
public String getRequestId() {
return RequestId;
}
public void setRequestId(String requestId) {
RequestId = requestId;
}
public ListStreamDurations getData() {
return Data;
}
public void setData(ListStreamDurations data) {
Data = data;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy